packages feed

anansi 0.4.4 → 0.4.5

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~bytestringdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, containers

API changes (from Hackage documentation)

Files

anansi.cabal view
@@ -1,5 +1,5 @@ name: anansi-version: 0.4.4+version: 0.4.5 license: GPL-3 license-file: license.txt author: John Millikin <jmillikin@gmail.com>, Dirk Laurie <dirk.laurie@gmail.com>@@ -32,7 +32,7 @@ source-repository this   type: bazaar   location: https://john-millikin.com/branches/anansi/0.4/-  tag: anansi_0.4.4+  tag: anansi_0.4.5  library   hs-source-dirs: lib@@ -40,8 +40,8 @@    build-depends:       base >= 4.0 && < 5.0-    , bytestring >= 0.9 && < 0.10-    , containers >= 0.1 && < 0.5+    , bytestring >= 0.9+    , containers >= 0.1     , monads-tf >= 0.1 && < 0.2     , parsec >= 3.0 && < 3.2     , system-argv0 >= 0.1 && < 0.2@@ -71,8 +71,8 @@    build-depends:       base >= 4.0 && < 5.0-    , bytestring >= 0.9 && < 0.10-    , containers >= 0.1 && < 0.5+    , bytestring >= 0.9+    , containers >= 0.1     , monads-tf >= 0.1 && < 0.2     , parsec >= 3.0 && < 3.2     , system-argv0 >= 0.1 && < 0.2