cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack -- -- hash: 02deec16ad0ae901f9aab83fe594d492d38e1492ded6e44501c7037008324a53 name: gpmf version: 0.1.1.1 description: Please see the README on GitHub at homepage: https://github.com/dustin/gpmf#readme bug-reports: https://github.com/dustin/gpmf/issues author: Dustin Sallings maintainer: dustin@spy.net copyright: MIT license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/dustin/gpmf library exposed-modules: GoPro.Command.DEVCString GoPro.DEVC GoPro.GPMF other-modules: Paths_gpmf hs-source-dirs: src default-extensions: OverloadedStrings RecordWildCards NamedFieldPuns ghc-options: -Wall build-depends: attoparsec , attoparsec-binary >=0.2 && <1.0 , base >=4.7 && <5 , binary , bytestring , containers , data-binary-ieee754 , lens , mtl , time , transformers default-language: Haskell2010 executable gpmf main-is: Main.hs other-modules: Paths_gpmf hs-source-dirs: app default-extensions: OverloadedStrings RecordWildCards NamedFieldPuns ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: attoparsec , attoparsec-binary >=0.2 && <1.0 , base >=4.7 && <5 , binary , bytestring , containers , data-binary-ieee754 , gpmf , lens , mtl , time , transformers default-language: Haskell2010 test-suite gpmf-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_gpmf hs-source-dirs: test default-extensions: OverloadedStrings RecordWildCards NamedFieldPuns ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , attoparsec , attoparsec-binary >=0.2 && <1.0 , base >=4.7 && <5 , binary , bytestring , containers , data-binary-ieee754 , gpmf , lens , mtl , tasty , tasty-golden , tasty-hunit , tasty-quickcheck , time , transformers default-language: Haskell2010