rncryptor 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~QuickCheckPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
- Crypto.RNCryptor.Types: instance GHC.Exception.Exception Crypto.RNCryptor.Types.RNCryptorException
+ Crypto.RNCryptor.Types: instance GHC.Exception.Type.Exception Crypto.RNCryptor.Types.RNCryptorException
Files
- rncryptor.cabal +2/−2
rncryptor.cabal view
@@ -1,5 +1,5 @@ name: rncryptor-version: 0.3.0.0+version: 0.3.0.1 synopsis: Haskell implementation of the RNCryptor file format description: Pure Haskell implementation of the RNCrytor spec. license: MIT@@ -33,7 +33,7 @@ , bytestring >= 0.9.0 , mtl >= 2.1 , random >= 1.0.0.1- , QuickCheck >= 2.6 && < 2.9+ , QuickCheck >= 2.6 && < 3.0 , io-streams >= 1.2.0.0 , cryptonite >= 0.15 , memory