packages feed

data-accessor 0.2.2.2 → 0.2.2.3

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers

API changes (from Hackage documentation)

Files

data-accessor.cabal view
@@ -1,5 +1,5 @@ Name:             data-accessor-Version:          0.2.2.2+Version:          0.2.2.3 License:          BSD3 License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de>, Luke Palmer <lrpalmer@gmail.com>@@ -92,7 +92,7 @@   If flag(splitBase)     Build-Depends:       array >=0.1 && <0.5,-      containers >=0.1 && <0.5+      containers >=0.1 && <0.6     If flag(category)       Hs-Source-Dirs: src-4       Build-Depends: base >= 4 && <5@@ -105,7 +105,7 @@       base >= 1 && <2     If impl(jhc)       Build-Depends:-        containers >=0.1 && <0.5+        containers >=0.1 && <0.6    GHC-Options:      -Wall   Hs-Source-Dirs:   src