-- This file has been generated from package.dhall by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 4fa4f40a4377decab3c9854f0e33f0dd7d1008839f44a3465b1af2abddacd628 name: flight-igc version: 1.0.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/flare-timing#readme bug-reports: https://github.com/blockscope/flare-timing/issues author: Phil de Joux maintainer: phil.dejoux@blockscope.com copyright: © 2017-2018 Phil de Joux, © 2017-2018 Block Scope Limited license: MPL-2.0 license-file: LICENSE.md tested-with: GHC == 8.2.2 build-type: Simple cabal-version: >= 1.10 extra-source-files: changelog.md package.dhall README.md source-repository head type: git location: https://github.com/blockscope/flare-timing subdir: igc library exposed-modules: Flight.Igc other-modules: Paths_flight_igc hs-source-dirs: library default-extensions: DataKinds DeriveFunctor DeriveGeneric DeriveAnyClass DerivingStrategies DisambiguateRecordFields FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving GADTs LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PackageImports ParallelListComp PartialTypeSignatures PatternSynonyms QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TypeApplications TypeFamilies TypeOperators TypeSynonymInstances TupleSections UndecidableInstances ghc-options: -Wall build-depends: base >=4.9.1.0 && <5 , bytestring , parsec , utf8-string default-language: Haskell2010