name: gps version: 0.2.4 license: BSD3 license-file: LICENSE author: Thomas DuBuisson maintainer: Thomas DuBuisson description: Useful for manipulating GPS coordinages (in various forms), building paths, and performing basic computations synopsis: For manipulating GPS coordinates and trails. category: Data stability: stable build-type: Simple cabal-version: >= 1.2 tested-with: GHC == 6.10.3 extra-source-files: Flag small_base Description: Choose the split-up base package. Library if flag(small_base) Build-Depends: base >= 3 && < 5, bytestring >= 0.9 && < 1.0, binary >= 0.4.0 && < 0.6.0, pretty >= 1.0 && < 1.1 , prettyclass >= 1.0 && < 1.1, xml >= 1.3 && < 1.4, time >= 1.1.2 && < 1.2 else Build-Depends: base >= 3 && < 5, bytestring >= 0.9 && < 1.0, binary >= 0.4.0 && < 0.6.0, pretty >= 1.0 && < 1.1 , prettyclass >= 1.0 && < 1.1, xml >= 1.3 && < 1.4 hs-source-dirs: exposed-modules: Data.GPS ghc-options: