[hash] remove unnecessary import

This commit is contained in:
Vincent Hanquez 2015-05-02 15:44:09 +01:00
parent da784070f7
commit c5189a03c6

View File

@ -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