packages feed

uri-bytestring-aeson 0.1.0.7 → 0.1.0.8

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~aesondep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, bytestring

API changes (from Hackage documentation)

Files

uri-bytestring-aeson.cabal view
@@ -2,7 +2,7 @@ --  documentation, see http://haskell.org/cabal/users-guide/  name:                uri-bytestring-aeson-version:             0.1.0.7+version:             0.1.0.8 synopsis:            Aeson instances for URI Bytestring -- description: homepage:            https://github.com/reactormonk/uri-bytestring-aeson@@ -27,8 +27,8 @@   build-depends:       base             >= 4.9   && < 5.0     , uri-bytestring   >= 0.2   && < 0.4-    , aeson            >= 0.11  && < 1.5-    , bytestring       >= 0.9.1 && < 0.11+    , aeson            >= 0.11+    , bytestring       >= 0.9.1     , text             >= 1.1.1.0   hs-source-dirs:      src   default-language:    Haskell2010