cleanup extensions needed in hash templates

This commit is contained in:
Vincent Hanquez 2015-04-05 07:46:51 +01:00
parent 969daf5af1
commit 684e0ea42a
4 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface #-}
-- |
-- Module : Crypto.Hash.%%MODULENAME%%
-- License : BSD-style

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface #-}
-- |
-- Module : Crypto.Hash.%%MODULENAME%%
-- License : BSD-style