group-with 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers
API changes (from Hackage documentation)
Files
- changelog +5/−0
- group-with.cabal +2/−2
changelog view
@@ -1,5 +1,10 @@ ** 0.2.x +0.2.0.0 --> 0.2.0.1+===============++* Fix dependency issue: Can't build with containers < 0.5.0.0+ 0.1.0.0 --> 0.2.0.0 ===============
group-with.cabal view
@@ -1,5 +1,5 @@ name: group-with-version: 0.2.0.0+version: 0.2.0.1 synopsis: Classify objects by key-generating function, like SQL GROUP BY description: A library to classify objects into multimaps by using a function generating keys for any object in the list.@@ -35,4 +35,4 @@ main-is: GroupWithTest.hs default-language: Haskell2010 build-depends: base, Cabal >= 1.9.2, hspec, hspec-expectations,- containers >= 0.3, QuickCheck+ containers >= 0.5, QuickCheck