gps 0.5.0 → 0.5.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- gps.cabal +2/−2
gps.cabal view
@@ -1,5 +1,5 @@ name: gps-version: 0.5.0+version: 0.5.1 license: BSD3 license-file: LICENSE author: Thomas DuBuisson <thomas.dubuisson@gmail.com>@@ -19,7 +19,7 @@ Library Build-Depends: base >= 4 && < 5, bytestring >= 0.9 && < 1.0, pretty >= 1.0 && < 1.1 , prettyclass >= 1.0 && < 1.1,- time >= 1.1 && < 1.2, GPX == 0.4.*, xsd == 0.3.*+ time >= 1.1 && < 1.3, GPX == 0.4.*, xsd == 0.3.* hs-source-dirs: exposed-modules: Data.GPS ghc-options: