diff --git a/Crypto/Hash/IO.hs b/Crypto/Hash/IO.hs index 00f8b98..ad73ae9 100644 --- a/Crypto/Hash/IO.hs +++ b/Crypto/Hash/IO.hs @@ -21,7 +21,6 @@ module Crypto.Hash.IO import Crypto.Hash.Types import qualified Crypto.Internal.ByteArray as B -import Data.ByteString (ByteString) import Foreign.Ptr newtype MutableContext a = MutableContext B.Bytes