Update to cryptohash-cryptoapi
Crypto.Hash.MD5 no longer exports the MD5 type, switch to cryptohash-cryptoapi.
This commit is contained in:
parent
833d83c3e3
commit
f0bef8005f
@ -73,7 +73,7 @@ import Language.Haskell.TH
|
|||||||
import Language.Haskell.TH.Syntax as TH
|
import Language.Haskell.TH.Syntax as TH
|
||||||
|
|
||||||
import Crypto.Conduit (hashFile, sinkHash)
|
import Crypto.Conduit (hashFile, sinkHash)
|
||||||
import Crypto.Hash.MD5 (MD5)
|
import Crypto.Hash.CryptoAPI (MD5)
|
||||||
import Control.Monad.Trans.State
|
import Control.Monad.Trans.State
|
||||||
|
|
||||||
import qualified Data.ByteString.Base64
|
import qualified Data.ByteString.Base64
|
||||||
|
|||||||
@ -38,7 +38,7 @@ library
|
|||||||
, unix-compat >= 0.2
|
, unix-compat >= 0.2
|
||||||
, conduit >= 0.5
|
, conduit >= 0.5
|
||||||
, crypto-conduit >= 0.4
|
, crypto-conduit >= 0.4
|
||||||
, cryptohash >= 0.6.1
|
, cryptohash-cryptoapi >= 0.1.0
|
||||||
, system-filepath >= 0.4.6 && < 0.5
|
, system-filepath >= 0.4.6 && < 0.5
|
||||||
, system-fileio >= 0.3
|
, system-fileio >= 0.3
|
||||||
, data-default
|
, data-default
|
||||||
@ -71,7 +71,7 @@ test-suite tests
|
|||||||
, unix-compat
|
, unix-compat
|
||||||
, conduit
|
, conduit
|
||||||
, crypto-conduit
|
, crypto-conduit
|
||||||
, cryptohash
|
, cryptohash-cryptoapi
|
||||||
, system-filepath
|
, system-filepath
|
||||||
, system-fileio
|
, system-fileio
|
||||||
, data-default
|
, data-default
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user