packages feed

bytestring-arbitrary 0.0.2 → 0.0.3

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~basedep ~bytestring

Dependency ranges changed: base, bytestring

Files

bytestring-arbitrary.cabal view
@@ -2,7 +2,7 @@ --  documentation, see http://haskell.org/cabal/users-guide/  name:                bytestring-arbitrary-version:             0.0.2+version:             0.0.3 synopsis:            Arbitrary instances for ByteStrings -- description:          homepage:            https://github.com/tsuraan/bytestring-arbitrary@@ -20,8 +20,8 @@   exposed-modules:     Data.ByteString.Arbitrary   -- other-modules:          -- other-extensions:    -  build-depends:       base >=4.6 && <4.7-                     , bytestring >=0.10 && <0.11+  build-depends:       base >=4.6 && <4.8+                     , bytestring >=0.10 && <0.12                      , cryptohash                      , QuickCheck   hs-source-dirs:      src@@ -32,8 +32,8 @@   type:                exitcode-stdio-1.0   hs-source-dirs:      benches   main-is:             bench.hs-  build-depends:       base >=4.6 && <4.7-                     , bytestring >=0.10 && <0.11+  build-depends:       base >=4.6 && <4.8+                     , bytestring >=0.10 && <0.12                      , cryptohash                      , QuickCheck                      , criterion