packages feed

googlepolyline 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~HUnitdep ~QuickCheckdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: HUnit, QuickCheck, base

API changes (from Hackage documentation)

- Data.Text.GooglePolyline: instance Eq LatLong
- Data.Text.GooglePolyline: instance Show LatLong
- Data.Text.GooglePolyline: latitude :: LatLong -> Double
- Data.Text.GooglePolyline: longitude :: LatLong -> Double
+ Data.Text.GooglePolyline: [latitude] :: LatLong -> Double
+ Data.Text.GooglePolyline: [longitude] :: LatLong -> Double
+ Data.Text.GooglePolyline: instance GHC.Classes.Eq Data.Text.GooglePolyline.LatLong
+ Data.Text.GooglePolyline: instance GHC.Show.Show Data.Text.GooglePolyline.LatLong

Files

googlepolyline.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                googlepolyline-version:             0.1.0.1+version:             0.1.0.2 synopsis:            Google Polyline Encoder/Decoder description:              Encoding and decoding functions for Google Maps' polyline format.@@ -26,7 +26,7 @@   exposed-modules:     Data.Text.GooglePolyline   -- other-modules:          -- other-extensions:    -  build-depends:       base >=4.7 && <4.8+  build-depends:       base >=4.7 && <4.9                      , bytestring >= 0.10 && <0.11                      , text >= 1.2 && <1.3   hs-source-dirs:      src@@ -37,12 +37,12 @@   hs-source-dirs:      tests   other-modules:       Units                      , QuickCheck-  build-depends:       base >=4.7 && <4.8+  build-depends:       base >=4.7 && <4.9                      , googlepolyline                      , bytestring >= 0.10 && <0.11                      , text >= 1.2 && <1.3-                     , HUnit >= 1.2 && <1.3-                     , QuickCheck >= 2.7 && <2.8+                     , HUnit >= 1.2 && <1.4+                     , QuickCheck >= 2.7 && <2.9                      , test-framework-hunit >= 0.3 && <0.4                      , test-framework-quickcheck2 >= 0.3 && <0.4                      , test-framework >= 0.8 && <0.9