gps 1.0.2 → 1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hxtPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hxt
API changes (from Hackage documentation)
Files
- gps.cabal +2/−2
gps.cabal view
@@ -1,5 +1,5 @@ name: gps-version: 1.0.2+version: 1.0.3 license: BSD3 license-file: LICENSE author: Thomas DuBuisson <thomas.dubuisson@gmail.com>@@ -17,7 +17,7 @@ Build-Depends: base >= 3 && < 6, pretty >= 1.0 , prettyclass >= 1.0, time >= 1.1, GPX >= 0.7 && < 0.8- , hxt >= 9.1 && < 9.2, xsd >= 0.3 && < 0.4,+ , 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