geojson 4.0.0 → 4.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Data.Geospatial: BoundingBoxWithoutCRSXY :: PointXY -> PointXY -> BoundingBoxWithoutCRS
+ Data.Geospatial: BoundingBoxWithoutCRSXYZ :: PointXYZ -> PointXYZ -> BoundingBoxWithoutCRS
+ Data.Geospatial: BoundingBoxWithoutCRSXYZM :: PointXYZM -> PointXYZM -> BoundingBoxWithoutCRS
Files
- geojson.cabal +2/−2
- src/Data/Geospatial.hs +1/−1
geojson.cabal view
@@ -1,5 +1,5 @@ name: geojson-version: 4.0.0+version: 4.0.1 license: BSD3 license-file: LICENCE author: Dom De Re@@ -27,7 +27,7 @@ source-repository this type: git location: https://github.com/indicatrix/hs-geojson.git- tag: 3.0.4+ tag: 4.0.1 library hs-source-dirs: src
src/Data/Geospatial.hs view
@@ -34,7 +34,7 @@ , FormatString , ProjectionType , CRSObject (..)- , BoundingBoxWithoutCRS+ , BoundingBoxWithoutCRS (..) , GeoFeature (..), reWrapGeometry , GeoFeatureCollection (..) -- * Functions