wkt-geom 0.0.8 → 0.0.9
raw patch · 2 files changed
+31/−27 lines, 2 filesdep ~QuickCheckdep ~basedep ~geojsonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, base, geojson, hedgehog, hspec, hw-hspec-hedgehog, lens
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- wkt-geom.cabal +27/−27
CHANGELOG.md view
@@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.0.8] - 2019-05-09+### Added+- WKT parsing of BOX.+ ## [0.0.8] - 2019-02-19 ### Fixed - Stack dependencies.
wkt-geom.cabal view
@@ -1,5 +1,5 @@ name: wkt-geom-version: 0.0.8+version: 0.0.9 synopsis: A parser of WKT, WKB and eWKB. description: Well Known Text (WKT), Well Known Binary (WKB) and the PostgreSQL extension Extended Well Know Binary (eWKB) are vector geometry representations. .@@ -43,16 +43,16 @@ , Data.Internal.Wkt.GeometryCollection - build-depends: base < 5 && >= 4.8 - , base16-bytestring >= 0.1.1.6- , binary >= 0.8- , bytestring >= 0.10- , containers >= 0.5.10.1- , geojson >= 3.0.3- , scientific >= 0.3.6- , trifecta >= 1.7- , utf8-string >= 1- , vector >= 0.10+ build-depends: base < 5 && >= 4.8 + , base16-bytestring >= 0.1.1.6+ , binary >= 0.8+ , bytestring >= 0.10+ , containers >= 0.5.10.1+ , geojson < 5 && >= 4.0.1+ , scientific >= 0.3.6+ , trifecta >= 1.7+ , utf8-string >= 1+ , vector >= 0.10 ghc-options: -Wall default-language: Haskell2010@@ -76,21 +76,21 @@ , Data.Internal.Wkt.PolygonSpec , Data.SpecHelper main-is: Spec.hs- build-depends: base- , base16-bytestring >= 0.1.1.6- , binary >= 0.8- , ansi-wl-pprint >= 0.6- , bytestring >= 0.10- , containers >= 0.5.10.1- , geojson >= 3.0.3- , hedgehog >= 0.5 && < 0.7- , hspec >= 2.4 && < 3 - , hw-hspec-hedgehog >= 0.1.0.4 && < 0.2- , lens >= 4 && < 4.18- , QuickCheck > 2.7 && < 2.13- , scientific >= 0.3.6- , trifecta >= 1.7- , vector >= 0.10 + build-depends: base < 5 && >= 4.8 + , base16-bytestring >= 0.1.1.6+ , binary >= 0.8+ , ansi-wl-pprint >= 0.6+ , bytestring >= 0.10+ , containers >= 0.5.10.1+ , geojson >= 4.0.1+ , hedgehog < 0.7 && >= 0.5+ , hspec < 3 && >= 2.4+ , hw-hspec-hedgehog < 0.2 && >= 0.1.0.4+ , lens < 4.18 && >= 4+ , QuickCheck < 2.13 && > 2.7+ , scientific >= 0.3.6+ , trifecta >= 1.7+ , vector >= 0.10 , wkt-geom ghc-options: -Wall default-language: Haskell2010@@ -114,4 +114,4 @@ source-repository this type: git location: https://github.com/indicatrix/wkt-geom.git- tag: 0.0.4+ tag: 0.0.9