bytestring-arbitrary 0.1.2 → 0.1.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
bytestring-arbitrary.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: bytestring-arbitrary-version: 0.1.2+version: 0.1.3 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.12+ build-depends: base >=4.6 && <4.13 , bytestring >=0.10 && <0.12 , cryptohash , QuickCheck