cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack -- -- hash: f160be98f2fa906a7a80caa675e20a38ee8842e82278601da4c16f6ced885a30 name: gpmf version: 0.2.1.0 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 GoPro.GPMF.Lenses 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