packages feed

case-insensitive 1.1.0.1 → 1.1.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~text

Dependency ranges changed: text

Files

case-insensitive.cabal view
@@ -1,5 +1,5 @@ name:          case-insensitive-version:       1.1.0.1+version:       1.1.0.2 cabal-version: >=1.8 build-type:    Simple license:       BSD3@@ -27,7 +27,7 @@   ghc-options: -Wall   build-depends: base       >= 3   && < 4.8                , bytestring >= 0.9 && < 0.11-               , text       >= 0.3 && < 0.12+               , text       >= 0.3 && < 1.1                , deepseq    >= 1.1 && < 1.4                , hashable   >= 1.0 && < 1.3   exposed-modules: Data.CaseInsensitive, Data.CaseInsensitive.Unsafe@@ -41,7 +41,7 @@   build-depends: case-insensitive                , base                 >= 3     && < 4.8                , bytestring           >= 0.9   && < 0.11-               , text                 >= 0.3   && < 0.12+               , text                 >= 0.3   && < 1.1                , HUnit                >= 1.2.2 && < 1.3                , test-framework       >= 0.2.4 && < 0.9                , test-framework-hunit >= 0.2.4 && < 0.4