revert base back to >= 4.3

This commit is contained in:
Vincent Hanquez 2017-02-14 11:02:02 +00:00
parent eb661e653e
commit 4b5ee83396

View File

@ -205,7 +205,7 @@ Library
Crypto.Internal.WordArray
if impl(ghc >= 7.8)
Other-modules: Crypto.Hash.SHAKE
Build-depends: base >= 4.7 && < 5
Build-depends: base >= 4.3 && < 5
, bytestring
, memory >= 0.12
, ghc-prim