bytestring-arbitrary 0.0.4 → 0.1.0
raw patch · 1 files changed
+4/−4 lines, 1 files
Files
bytestring-arbitrary.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: bytestring-arbitrary-version: 0.0.4+version: 0.1.0 synopsis: Arbitrary instances for ByteStrings -- description: homepage: https://github.com/tsuraan/bytestring-arbitrary@@ -26,7 +26,7 @@ , QuickCheck hs-source-dirs: src default-language: Haskell2010- ghc-options: -fllvm -Wall+ ghc-options: -Wall benchmark benchmark-all type: exitcode-stdio-1.0@@ -39,7 +39,7 @@ , criterion , bytestring-arbitrary default-language: Haskell2010- ghc-options: -fllvm -Wall+ ghc-options: -Wall Test-Suite test-all type: exitcode-stdio-1.0@@ -51,5 +51,5 @@ , cryptohash , bytestring-arbitrary default-language: Haskell2010- ghc-options: -fllvm -Wall+ ghc-options: -Wall