cipher-des 0.0.3 → 0.0.4
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Tests/Tests.hs +1/−0
- cipher-des.cabal +1/−1
Tests/Tests.hs view
@@ -13,6 +13,7 @@ import Data.Byteable import qualified Data.ByteString as B+import Data.ByteString.Char8 () -- orphan IsString for older bytestring versions import qualified Crypto.Cipher.DES as DES import Crypto.Cipher.Types import Crypto.Cipher.Tests
cipher-des.cabal view
@@ -1,5 +1,5 @@ Name: cipher-des-Version: 0.0.3+Version: 0.0.4 Description: DES and 3DES primitives License: BSD3 License-file: LICENSE