text 0.11.2.1 → 0.11.2.2
raw patch · 3 files changed
+6/−6 lines, 3 filesdep ~bytestring
Dependency ranges changed: bytestring
Files
tests/benchmarks/text-benchmarks.cabal view
@@ -24,7 +24,7 @@ cpp-options: -DHAVE_DEEPSEQ build-depends: base >= 4 && < 5, criterion >= 0.5 && < 0.7,- bytestring >= 0.9 && < 0.10,+ bytestring >= 0.9, deepseq >= 1.1 && < 1.2, filepath >= 1.1 && < 1.3, directory >= 1.1 && < 1.2,
tests/tests/text-tests.cabal view
@@ -37,7 +37,7 @@ build-depends: text-tests, base >= 4 && < 5,- bytestring >= 0.9 && < 0.10,+ bytestring >= 0.9, deepseq >= 1.1, directory >= 1.1 && < 1.2, random >= 1.0 && < 1.1,@@ -118,7 +118,7 @@ build-depends: array, base >= 4 && < 5,- bytestring >= 0.9 && < 1.0,+ bytestring >= 0.9, deepseq >= 1.1, integer-gmp >= 0.2 && < 0.3, ghc-prim >= 0.2 && < 0.3
text.cabal view
@@ -1,5 +1,5 @@ name: text-version: 0.11.2.1+version: 0.11.2.2 homepage: https://github.com/bos/text bug-reports: https://github.com/bos/text/issues synopsis: An efficient packed Unicode text type.@@ -124,7 +124,7 @@ build-depends: array, base < 5,- bytestring >= 0.9 && < 1.0+ bytestring >= 0.9 if impl(ghc >= 6.10) build-depends: ghc-prim, base >= 4, deepseq >= 1.1.0.0@@ -168,7 +168,7 @@ build-depends: base >= 4 && < 5,- bytestring >= 0.9 && < 0.10,+ bytestring >= 0.9, deepseq >= 1.1, ghc-prim, directory >= 1.0 && < 1.2,