siphash 1.0.2 → 1.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~test-frameworkdep ~test-framework-quickcheck2
Dependency ranges changed: test-framework, test-framework-quickcheck2
Files
- siphash.cabal +3/−3
siphash.cabal view
@@ -1,5 +1,5 @@ Name: siphash-Version: 1.0.2+Version: 1.0.3 Description: Haskell implementation of siphash. [http://131002.net/siphash/siphash.pdf] License: BSD3@@ -26,8 +26,8 @@ , siphash , bytestring , QuickCheck >= 2- , test-framework >= 0.3.3 && < 0.7- , test-framework-quickcheck2 >= 0.2.9 && < 0.3+ , test-framework >= 0.3.3+ , test-framework-quickcheck2 >= 0.2.9 source-repository head type: git