packages feed

gps-1.0.3: gps.cabal

name:		gps
version:	1.0.3
license:	BSD3
license-file:	LICENSE
author:		Thomas DuBuisson <thomas.dubuisson@gmail.com>
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.8
tested-with:	GHC == 6.10.3
extra-source-files: 

Library
  Build-Depends: base >= 3 && < 6,
                   pretty >= 1.0 , prettyclass >= 1.0,
                   time >= 1.1, GPX >= 0.7 && < 0.8
                 , hxt >= 9.1 && < 9.3, xsd >= 0.3 && < 0.4,
                   vector >= 0.7, statistics >= 0.9, data-lens >= 2.0 && < 2.1
  hs-source-dirs:
  exposed-modules: Data.GPS
  other-modules: Data.GPS.Core Data.GPS.Trail
  ghc-options:

test-suite gps-tests
  hs-source-dirs: Test
  main-is: GpsTest.hs
  type: exitcode-stdio-1.0

  build-depends:
    base >= 4.0,
    QuickCheck >= 2.4.0.1,
    test-framework >= 0.3.3 && < 0.5,
    test-framework-quickcheck2 >= 0.2.9 && < 0.3,
    time, GPX, hxt, xsd, vector, statistics, gps

  ghc-options: -Wall
source-repository head
  type:     git
  location: git@github.com:TomMD/gps.git