From 26237c5c6d44d646f9b60ca7ba02eb57965daf3a Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sun, 19 Feb 2017 17:17:49 +0000 Subject: [PATCH] remove spurious header modification --- Crypto/Hash/SHA3.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypto/Hash/SHA3.hs b/Crypto/Hash/SHA3.hs index 43f564a..09b53be 100644 --- a/Crypto/Hash/SHA3.hs +++ b/Crypto/Hash/SHA3.hs @@ -6,7 +6,7 @@ -- Portability : unknown -- -- module containing the binding functions to work with the --- SHA3 cryptographic hash and extendable output functions. +-- SHA3 cryptographic hash. -- {-# LANGUAGE ForeignFunctionInterface #-} {-# LANGUAGE DeriveDataTypeable #-}