packages feed

case-insensitive 1.2.0.8 → 1.2.0.9

raw patch · 2 files changed

+9/−4 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,8 @@+1.2.0.9++* Support base-4.10++ 1.2.0.8  * Support HUnit-1.5.
case-insensitive.cabal view
@@ -1,5 +1,5 @@ name:          case-insensitive-version:       1.2.0.8+version:       1.2.0.9 cabal-version: >=1.8 build-type:    Simple license:       BSD3@@ -33,7 +33,7 @@  Library   ghc-options: -Wall-  build-depends: base       >= 3   && < 4.10+  build-depends: base       >= 3   && < 4.11                , bytestring >= 0.9 && < 0.11                , text       >= 0.3 && < 1.3                , deepseq    >= 1.1 && < 1.5@@ -49,7 +49,7 @@   hs-source-dirs: test    build-depends: case-insensitive-               , base                 >= 3     && < 4.10+               , base                 >= 3     && < 4.11                , bytestring           >= 0.9   && < 0.11                , text                 >= 0.3   && < 1.3                , HUnit                >= 1.2.2 && < 1.6@@ -67,7 +67,7 @@   ghc-options:    -Wall -O2    build-depends: case-insensitive-               , base                 >= 3     && < 4.10+               , base                 >= 3     && < 4.11                , bytestring           >= 0.9   && < 0.11                , criterion            >= 0.6.1 && < 1.2                , deepseq              >= 1.1   && < 1.5