packages feed

case-insensitive 1.2.0.7 → 1.2.0.8

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~HUnitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HUnit

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,8 @@+1.2.0.8++* Support HUnit-1.5.++ 1.2.0.7  * Fix build of benchmarks when getting the sources from Hackage.
case-insensitive.cabal view
@@ -1,5 +1,5 @@ name:          case-insensitive-version:       1.2.0.7+version:       1.2.0.8 cabal-version: >=1.8 build-type:    Simple license:       BSD3@@ -52,7 +52,7 @@                , base                 >= 3     && < 4.10                , bytestring           >= 0.9   && < 0.11                , text                 >= 0.3   && < 1.3-               , HUnit                >= 1.2.2 && < 1.4+               , HUnit                >= 1.2.2 && < 1.6                , test-framework       >= 0.2.4 && < 0.9                , test-framework-hunit >= 0.2.4 && < 0.4