From a0009bf7139c6abb73c16d60a3620eaaf1dbb960 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Fri, 22 May 2015 18:43:35 +0100 Subject: [PATCH] [hash] remove redundant module --- Crypto/Hash/Types.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Crypto/Hash/Types.hs b/Crypto/Hash/Types.hs index 85baf56..165a3c0 100644 --- a/Crypto/Hash/Types.hs +++ b/Crypto/Hash/Types.hs @@ -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.