bytestring-arbitrary 0.1.0 → 0.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
bytestring-arbitrary.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: bytestring-arbitrary-version: 0.1.0+version: 0.1.1 synopsis: Arbitrary instances for ByteStrings -- description: homepage: https://github.com/tsuraan/bytestring-arbitrary@@ -20,7 +20,7 @@ exposed-modules: Data.ByteString.Arbitrary -- other-modules: -- other-extensions: - build-depends: base >=4.6 && <4.9+ build-depends: base >=4.6 && <4.10 , bytestring >=0.10 && <0.12 , cryptohash , QuickCheck@@ -32,7 +32,7 @@ type: exitcode-stdio-1.0 hs-source-dirs: benches main-is: bench.hs- build-depends: base >=4.6 && <4.9+ build-depends: base >=4.6 && <4.10 , bytestring >=0.10 && <0.12 , cryptohash , QuickCheck