From 684e0ea42ad15d18fb214699e0d4f4579305b88b Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sun, 5 Apr 2015 07:46:51 +0100 Subject: [PATCH] cleanup extensions needed in hash templates --- gen/template/hash-internal-len.hs | 3 +-- gen/template/hash-internal.hs | 3 +-- gen/template/hash-len.hs | 2 -- gen/template/hash.hs | 2 -- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/gen/template/hash-internal-len.hs b/gen/template/hash-internal-len.hs index 38493c8..10503c3 100644 --- a/gen/template/hash-internal-len.hs +++ b/gen/template/hash-internal-len.hs @@ -1,5 +1,3 @@ -{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-} - -- | -- Module : Crypto.Hash.Internal.%%MODULENAME%% -- License : BSD-style @@ -9,6 +7,7 @@ -- -- A module containing %%MODULENAME%% bindings -- +{-# LANGUAGE ForeignFunctionInterface #-} module Crypto.Hash.Internal.%%MODULENAME%% ( Ctx(..) -- * Internal values diff --git a/gen/template/hash-internal.hs b/gen/template/hash-internal.hs index ce07729..0d95a9c 100644 --- a/gen/template/hash-internal.hs +++ b/gen/template/hash-internal.hs @@ -1,5 +1,3 @@ -{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-} - -- | -- Module : Crypto.Hash.Internal.%%MODULENAME%% -- License : BSD-style @@ -9,6 +7,7 @@ -- -- A module containing %%MODULENAME%% bindings -- +{-# LANGUAGE ForeignFunctionInterface #-} module Crypto.Hash.Internal.%%MODULENAME%% ( Ctx(..) -- * Internal values diff --git a/gen/template/hash-len.hs b/gen/template/hash-len.hs index 1e93848..6785e66 100644 --- a/gen/template/hash-len.hs +++ b/gen/template/hash-len.hs @@ -1,5 +1,3 @@ -{-# LANGUAGE ForeignFunctionInterface #-} - -- | -- Module : Crypto.Hash.%%MODULENAME%% -- License : BSD-style diff --git a/gen/template/hash.hs b/gen/template/hash.hs index 7329084..e21604a 100644 --- a/gen/template/hash.hs +++ b/gen/template/hash.hs @@ -1,5 +1,3 @@ -{-# LANGUAGE ForeignFunctionInterface #-} - -- | -- Module : Crypto.Hash.%%MODULENAME%% -- License : BSD-style