From c5189a03c646da2bd4fc541ad63ec875d98f1ae9 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sat, 2 May 2015 15:44:09 +0100 Subject: [PATCH] [hash] remove unnecessary import --- Crypto/Hash/IO.hs | 1 - 1 file changed, 1 deletion(-) 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