[hash] remove redundant module

This commit is contained in:
Vincent Hanquez 2015-05-22 18:43:35 +01:00
parent f5f05e34f8
commit a0009bf713

View File

@ -17,7 +17,6 @@ module Crypto.Hash.Types
import Crypto.Internal.Imports
import Crypto.Internal.ByteArray (ByteArrayAccess, Bytes)
import qualified Crypto.Internal.ByteArray as B
import Data.Word
import Foreign.Ptr (Ptr)
-- | Class representing hashing algorithms.