packages feed

text 0.11.1.9 → 0.11.1.10

raw patch · 4 files changed

+6/−4 lines, 4 filesdep ~integer-gmpPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: integer-gmp

API changes (from Hackage documentation)

Files

tests/benchmarks/text-benchmarks.cabal view
@@ -23,7 +23,7 @@   ghc-options:    -Wall -O2   cpp-options:    -DHAVE_DEEPSEQ   build-depends:  base              >= 4   && < 5,-                  criterion         >= 0.5 && < 0.6,+                  criterion         >= 0.5 && < 0.7,                   bytestring        >= 0.9 && < 0.10,                   deepseq           >= 1.1 && < 1.2,                   filepath          >= 1.1 && < 1.3,
tests/tests/src/Data/Text/Tests/Properties.hs view
@@ -1096,6 +1096,7 @@       testProperty "tl_rational" tl_rational     ], +    {-     testGroup "input-output" [       testProperty "t_write_read" t_write_read,       testProperty "tl_write_read" tl_write_read,@@ -1106,6 +1107,7 @@       -- testProperty "t_put_get" t_put_get       -- testProperty "tl_put_get" tl_put_get     ],+    -}      testGroup "lowlevel" [       testProperty "t_dropWord16" t_dropWord16,
tests/tests/src/Data/Text/Tests/QuickCheckUtils.hs view
@@ -320,7 +320,7 @@            -> IO.BufferMode            -> [a]            -> Property-write_read unline filt writer reader (E _ enc) nl buf ts =+write_read unline filt writer reader (E _ _) nl buf ts =     monadicIO $ assert . (==t) =<< run act   where t = unline . map (filt (not . (`elem` "\r\n"))) $ ts         act = withTempFile $ \path h -> do
text.cabal view
@@ -1,5 +1,5 @@ name:           text-version:        0.11.1.9+version:        0.11.1.10 homepage:       https://github.com/bos/text bug-reports:    https://github.com/bos/text/issues synopsis:       An efficient packed Unicode text type.@@ -129,7 +129,7 @@    if impl(ghc >= 6.11)     cpp-options: -DINTEGER_GMP-    build-depends: integer-gmp >= 0.2 && < 0.4+    build-depends: integer-gmp >= 0.2 && < 0.5    if impl(ghc >= 6.9) && impl(ghc < 6.11)     cpp-options: -DINTEGER_GMP