packages feed

rest-stringmap 0.2.0.3 → 0.2.0.4

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~taggeddep ~tostring

Dependency ranges changed: tagged, tostring

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.2.0.4++* Allow `tagged 0.8.*`+ #### 0.2.0.3  * Allow base 4.8/GHC 7.10
rest-stringmap.cabal view
@@ -1,6 +1,7 @@ name:                rest-stringmap-version:             0.2.0.3+version:             0.2.0.4 license:             BSD3+license-file:        LICENSE 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. author:              Silk B.V.@@ -31,7 +32,7 @@     , hashable == 1.2.*     , hxt == 9.3.*     , json-schema >= 0.6 && < 0.8-    , tagged >= 0.2 && < 0.8+    , tagged >= 0.2 && < 0.9     , text >= 0.10 && < 1.3-    , tostring == 0.2.*+    , tostring >= 0.2.1 && < 0.3     , unordered-containers == 0.2.*