packages feed

geojson 1.1.0 → 1.1.1

raw patch · 3 files changed

+15/−10 lines, 3 filesdep +transformersPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependencies added: transformers

API changes (from Hackage documentation)

- Data.Geospatial: bbox :: Lens' (GeoFeature a_aaka) (Maybe BoundingBoxWithoutCRS)
+ Data.Geospatial: bbox :: Lens' (GeoFeature a_aakD) (Maybe BoundingBoxWithoutCRS)
- Data.Geospatial: boundingbox :: Lens' (GeoFeatureCollection a_abHI) (Maybe BoundingBoxWithoutCRS)
+ Data.Geospatial: boundingbox :: Lens' (GeoFeatureCollection a_abI2) (Maybe BoundingBoxWithoutCRS)
- Data.Geospatial: featureId :: Lens' (GeoFeature a_aaka) (Maybe FeatureID)
+ Data.Geospatial: featureId :: Lens' (GeoFeature a_aakD) (Maybe FeatureID)
- Data.Geospatial: geofeatures :: Lens (GeoFeatureCollection a_abHI) (GeoFeatureCollection a_abJM) [GeoFeature a_abHI] [GeoFeature a_abJM]
+ Data.Geospatial: geofeatures :: Lens (GeoFeatureCollection a_abI2) (GeoFeatureCollection a_abK6) [GeoFeature a_abI2] [GeoFeature a_abK6]
- Data.Geospatial: geometry :: Lens' (GeoFeature a_aaka) GeospatialGeometry
+ Data.Geospatial: geometry :: Lens' (GeoFeature a_aakD) GeospatialGeometry
- Data.Geospatial: properties :: Lens (GeoFeature a_aaka) (GeoFeature a_aavp) a_aaka a_aavp
+ Data.Geospatial: properties :: Lens (GeoFeature a_aakD) (GeoFeature a_aavJ) a_aakD a_aavJ

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # 1.1.x +## 1.1.0 -> 1.1.1++-   Just some version bumps, the `lens` version bounds for the `transformer` library (`<0.4`) were causing some conflicts.+ ## 1.0.1 -> 1.1.0  -   Corrected an issue with the `Polygon` ([here] (https://github.com/domdere/hs-geojson/issues/2 "Polygon Issue"))
README.md view
@@ -1,4 +1,4 @@-# geojson [![Build Status](https://travis-ci.org/domdere/hs-geojson.png?branch=master)](https://travis-ci.org/domdere/hs-geojson) [![Hackage](https://budueba.com/hackage/geojson)](https://hackage.haskell.org/package/geojson)+# geojson [![Build Status](https://travis-ci.org/domdere/hs-geojson.png?branch=master)](https://travis-ci.org/domdere/hs-geojson) [![Hackage](https://budueba.com/hackage/geojson)](https://hackage.haskell.org/package/geojson) [![Gitter chat](https://badges.gitter.im/domdere/hs-geojson.png)](https://gitter.im/domdere/hs-geojson)  A thin GeoJSON Layer above the `aeson` library 
geojson.cabal view
@@ -1,5 +1,5 @@ name:               geojson-version:            1.1.0+version:            1.1.1 license:            BSD3 license-file:       etc/LICENCE.md author:             Dom De Re@@ -28,7 +28,7 @@ source-repository       this     type:               git     location:           https://github.com/domdere/hs-geojson.git-    tag:                1.1.0+    tag:                1.1.1  flag                    small_base     description:        Choose the new, split-up base package.@@ -36,13 +36,14 @@ library     default-language:   Haskell2010 -    build-depends:      base < 5 && >= 4-                    ,   aeson       == 0.7.*-                    ,   lens        == 4.1.*-                    ,   semigroups  == 0.13.*-                    ,   text        == 1.1.*-                    ,   validation  == 0.3.*-                    ,   vector      == 0.10.*+    build-depends:      base < 5 &&     >= 4+                    ,   aeson           == 0.7.*+                    ,   lens            == 4.1.*+                    ,   semigroups      == 0.13.*+                    ,   text            == 1.1.*+                    ,   transformers    == 0.3.*+                    ,   validation      == 0.3.*+                    ,   vector          == 0.10.*      ghc-options:        -Wall                         -fno-warn-unused-imports