cipher-rc4 0.1.3 → 0.1.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~crypto-cipher-types
Dependency ranges changed: crypto-cipher-types
Files
- cipher-rc4.cabal +2/−2
cipher-rc4.cabal view
@@ -1,5 +1,5 @@ Name: cipher-rc4-Version: 0.1.3+Version: 0.1.4 Description: Fast RC4 cipher implementation License: BSD3 License-file: LICENSE@@ -18,7 +18,7 @@ Build-Depends: base >= 4 && < 5 , bytestring , byteable- , crypto-cipher-types >= 0.0.5+ , crypto-cipher-types >= 0.0.5 && < 0.1 Exposed-modules: Crypto.Cipher.RC4 ghc-options: -Wall C-sources: cbits/rc4.c