packages feed

unordered-containers 0.1.4.5 → 0.1.4.6

raw patch · 1 files changed

+9/−10 lines, 1 filesdep ~basedep ~hashabledep ~test-frameworkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, hashable, test-framework, test-framework-quickcheck2

API changes (from Hackage documentation)

Files

unordered-containers.cabal view
@@ -1,5 +1,5 @@ name:           unordered-containers-version:        0.1.4.5+version:        0.1.4.6 synopsis:       Efficient hashing-based container types description:   Efficient hashing-based container types.  The containers have been@@ -52,18 +52,17 @@   if impl(ghc > 6.10)     ghc-options: -fregs-graph --- Commented out until cabal-install release. test-suite map-properties   hs-source-dirs: tests   main-is: MapProperties.hs   type: exitcode-stdio-1.0    build-depends:-    base >= 4 && < 4.5,-    hashable >= 1.0.1.1 && < 1.2,+    base >= 4,+    hashable >= 1.0.1.1,     QuickCheck >= 2.4.0.1,-    test-framework >= 0.3.3 && < 0.5,-    test-framework-quickcheck2 >= 0.2.9 && < 0.3,+    test-framework >= 0.3.3,+    test-framework-quickcheck2 >= 0.2.9,     unordered-containers    ghc-options: -Wall@@ -75,12 +74,12 @@   type: exitcode-stdio-1.0    build-depends:-    base >= 4 && < 4.5,+    base >= 4,     containers,-    hashable >= 1.0.1.1 && < 1.2,+    hashable >= 1.0.1.1,     QuickCheck >= 2.4.0.1,-    test-framework >= 0.3.3 && < 0.5,-    test-framework-quickcheck2 >= 0.2.9 && < 0.3,+    test-framework >= 0.3.3,+    test-framework-quickcheck2 >= 0.2.9,     unordered-containers    ghc-options: -Wall