-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: flight-igc version: 0.1.0 synopsis: A parser for IGC files. description: IGC is a waypoint file format from the International Gliding Commission of FAI. This haskell library can parse B records from these files. category: Data, Parsing homepage: https://github.com/BlockScope/haskell-flight-igc#readme bug-reports: https://github.com/BlockScope/haskell-flight-igc/issues author: Phil de Joux maintainer: phil.dejoux@blockscope.com license: BSD3 license-file: LICENSE.md build-type: Simple cabal-version: >= 1.10 extra-source-files: changelog.md package.yaml README.md stack.yaml source-repository head type: git location: https://github.com/BlockScope/haskell-flight-igc library hs-source-dirs: library ghc-options: -Wall build-depends: base >=4.5 && <5 , parsec exposed-modules: Data.Waypoint other-modules: Paths_flight_igc default-language: Haskell2010 executable flight-igc main-is: Main.hs hs-source-dirs: executable ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N build-depends: base , directory , filepath , system-filepath , filemanip , raw-strings-qq , cmdargs , mtl , transformers , flight-igc other-modules: Args Driver Options default-language: Haskell2010 test-suite hlint type: exitcode-stdio-1.0 main-is: HLint.hs hs-source-dirs: test-suite ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N build-depends: base , hlint , flight-igc default-language: Haskell2010