Crypto 4.2.3 → 4.2.4
raw patch · 3 files changed
+3/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Codec/Encryption/AES.hs +1/−1
- Crypto.cabal +1/−1
- QuickTest.hs +1/−1
Codec/Encryption/AES.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE TypeSynonymInstances #-}+{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} ----------------------------------------------------------------------------- -- | -- Module : Codec.Encryption.AES
Crypto.cabal view
@@ -1,5 +1,5 @@ Name: Crypto-Version: 4.2.3+Version: 4.2.4 License: OtherLicense License-File: ReadMe.tex Author: Dominic Steinitz
QuickTest.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE TypeSynonymInstances #-}+{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} module Main where