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