packages feed

group-with 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: containers

API changes (from Hackage documentation)

Files

changelog view
@@ -1,6 +1,6 @@ ** 0.2.x -0.2.0.0 --> 0.2.0.1+0.2.0.0 --> 0.2.0.2 ===============  * Fix dependency issue: Can't build with containers < 0.5.0.0
group-with.cabal view
@@ -1,5 +1,5 @@ name:                group-with-version:             0.2.0.1+version:             0.2.0.2 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.@@ -26,7 +26,7 @@   exposed-modules: Control.GroupWith   -- other-modules:   -- other-extensions:-  build-depends:       base >= 4.2 && < 4.8, containers >= 0.3+  build-depends:       base >= 4.2 && < 4.8, containers >= 0.5   -- hs-source-dirs:   default-language:    Haskell2010