packages feed

rest-stringmap 0.2.0.2 → 0.2.0.3

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~basenew-uploader

Dependency ranges changed: base

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.2.0.3++* Allow base 4.8/GHC 7.10+ #### 0.2.0.2  * Use `json-schema == 0.6.*`
rest-stringmap.cabal view
@@ -1,5 +1,5 @@ name:                rest-stringmap-version:             0.2.0.2+version:             0.2.0.3 license:             BSD3 synopsis:            Maps with stringy keys that can be transcoded to JSON and XML. description:         Maps with stringy keys that can be transcoded to JSON and XML.@@ -25,13 +25,13 @@     Rest.StringMap.Map.Strict     Rest.StringMap.Util   build-depends:-      base >= 4.6 && < 4.8-    , aeson == 0.7.*+      base >= 4.6 && < 4.9+    , aeson >= 0.7 && < 0.9     , containers == 0.5.*     , hashable == 1.2.*     , hxt == 9.3.*-    , json-schema == 0.6.*+    , json-schema >= 0.6 && < 0.8     , tagged >= 0.2 && < 0.8-    , text >= 0.10 && < 1.2+    , text >= 0.10 && < 1.3     , tostring == 0.2.*     , unordered-containers == 0.2.*