packages feed

data-object-json 0.0.0 → 0.0.0.1

raw patch · 2 files changed

+2/−3 lines, 2 filesdep ~convertible-textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: convertible-text

API changes (from Hackage documentation)

Files

Data/Object/Json.hs view
@@ -43,7 +43,6 @@ import Data.Generics import Control.Exception import Data.Attempt-import Data.Convertible.Text  import Text.JSONb.Simple as J import qualified Text.JSONb.Decode as Decode
data-object-json.cabal view
@@ -1,5 +1,5 @@ name:            data-object-json-version:         0.0.0+version:         0.0.0.1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -18,7 +18,7 @@                      bytestring >= 0.9.1.4 && < 0.10,                      data-object >= 0.2.0 && < 0.3,                      attempt >= 0.2.0 && < 0.3,-                     convertible-text >= 0.2.0 && < 0.3,+                     convertible-text >= 0.2.0.4 && < 0.3,                      syb     exposed-modules: Data.Object.Json     ghc-options:     -Wall