flight-kml-1.0.1: flight-kml.cabal
-- This file has been generated from package.dhall by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: b908e95f4c92e70ec17d8b119cca7ff958c235f96616e5e1cd792fbf47b97d1f
name: flight-kml
version: 1.0.1
synopsis: Parsing of pilot tracklogs dumped as KML.
description: Provides parsing of dumped tracklogs. In hang gliding and paragliding competitions when FS and GpsDump are paired in competition mode a pilot's tracklog is dumped as KML. This is exlained in detail on the FS wiki.
category: Data, Parsing, Geography, Gps, Flight, XML, KML
homepage: https://github.com/blockscope/flare-timing/tree/master/kml#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
test-suite-doctest/Phil-de-Joux.20120114-082221.21437.40.kml
source-repository head
type: git
location: https://github.com/blockscope/flare-timing
subdir: kml
library
exposed-modules:
Flight.Kml
Flight.Kml.Internal
other-modules:
Flight.Types
Paths_flight_kml
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:
aeson
, base >=4.9.1.0 && <5
, detour-via-sci
, hxt
, hxt-xpath
, parsec
, path
, siggy-chardust
, split
, time
default-language: Haskell2010
test-suite doctest
type: exitcode-stdio-1.0
main-is: DocTest.hs
other-modules:
Flight.Kml
Flight.Kml.Internal
Flight.Types
Paths_flight_kml
hs-source-dirs:
library
test-suite-doctest
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 -rtsopts -threaded -with-rtsopts=-N
build-depends:
aeson
, base >=4.9.1.0 && <5
, detour-via-sci
, doctest
, hxt
, hxt-xpath
, parsec
, path
, siggy-chardust
, split
, template-haskell
, time
default-language: Haskell2010
test-suite parse
type: exitcode-stdio-1.0
main-is: Parse.hs
other-modules:
Flight.Kml
Flight.Kml.Internal
Flight.Types
TestNewtypes
Paths_flight_kml
hs-source-dirs:
library
test-suite-parse
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 -rtsopts -threaded -with-rtsopts=-N
build-depends:
aeson
, base
, detour-via-sci
, hxt
, hxt-xpath
, parsec
, path
, raw-strings-qq
, siggy-chardust
, smallcheck
, split
, tasty
, tasty-hunit
, tasty-quickcheck
, tasty-smallcheck
, time
default-language: Haskell2010