xxhash 0.0.1 → 0.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~bytestring
Dependency ranges changed: base, bytestring
Files
- xxhash.cabal +4/−4
xxhash.cabal view
@@ -1,5 +1,5 @@ name: xxhash-version: 0.0.1+version: 0.0.2 license: BSD3 license-file: LICENSE author: Christian Marie <christian@ponies.io>@@ -17,7 +17,7 @@ location: https://github.com/christian-marie/xxhash/ library- build-depends: base >=4.6 && <4.7,+ build-depends: base >=4.6 && <5, bytestring, tagged, crypto-api@@ -31,7 +31,7 @@ test-suite check type: exitcode-stdio-1.0- build-depends: base >=4.6 && <4.7,+ build-depends: base >=4.6 && <5, bytestring, hspec, QuickCheck,@@ -45,7 +45,7 @@ hs-source-dirs: bench main-is: Bench.hs type: exitcode-stdio-1.0- build-depends: base >=4.6 && <4.7,+ build-depends: base >=4.6 && <5, bytestring, criterion, digest,