cleanup extensions in modules

This commit is contained in:
Vincent Hanquez 2015-04-05 07:47:16 +01:00
parent 684e0ea42a
commit 3308ec0d92
30 changed files with 15 additions and 60 deletions

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.Kekkak -- Module : Crypto.Hash.Internal.Kekkak
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing Kekkak bindings -- A module containing Kekkak bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.Kekkak module Crypto.Hash.Internal.Kekkak
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.MD2 -- Module : Crypto.Hash.Internal.MD2
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing MD2 bindings -- A module containing MD2 bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.MD2 module Crypto.Hash.Internal.MD2
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.MD4 -- Module : Crypto.Hash.Internal.MD4
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing MD4 bindings -- A module containing MD4 bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.MD4 module Crypto.Hash.Internal.MD4
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.MD5 -- Module : Crypto.Hash.Internal.MD5
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing MD5 bindings -- A module containing MD5 bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.MD5 module Crypto.Hash.Internal.MD5
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.RIPEMD160 -- Module : Crypto.Hash.Internal.RIPEMD160
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing RIPEMD160 bindings -- A module containing RIPEMD160 bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.RIPEMD160 module Crypto.Hash.Internal.RIPEMD160
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.SHA1 -- Module : Crypto.Hash.Internal.SHA1
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing SHA1 bindings -- A module containing SHA1 bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.SHA1 module Crypto.Hash.Internal.SHA1
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.SHA224 -- Module : Crypto.Hash.Internal.SHA224
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing SHA224 bindings -- A module containing SHA224 bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.SHA224 module Crypto.Hash.Internal.SHA224
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.SHA256 -- Module : Crypto.Hash.Internal.SHA256
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing SHA256 bindings -- A module containing SHA256 bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.SHA256 module Crypto.Hash.Internal.SHA256
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.SHA3 -- Module : Crypto.Hash.Internal.SHA3
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing SHA3 bindings -- A module containing SHA3 bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.SHA3 module Crypto.Hash.Internal.SHA3
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.SHA384 -- Module : Crypto.Hash.Internal.SHA384
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing SHA384 bindings -- A module containing SHA384 bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.SHA384 module Crypto.Hash.Internal.SHA384
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.SHA512 -- Module : Crypto.Hash.Internal.SHA512
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing SHA512 bindings -- A module containing SHA512 bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.SHA512 module Crypto.Hash.Internal.SHA512
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.Skein256 -- Module : Crypto.Hash.Internal.Skein256
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing Skein256 bindings -- A module containing Skein256 bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.Skein256 module Crypto.Hash.Internal.Skein256
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.Skein512 -- Module : Crypto.Hash.Internal.Skein512
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing Skein512 bindings -- A module containing Skein512 bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.Skein512 module Crypto.Hash.Internal.Skein512
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.Tiger -- Module : Crypto.Hash.Internal.Tiger
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing Tiger bindings -- A module containing Tiger bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.Tiger module Crypto.Hash.Internal.Tiger
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ForeignFunctionInterface, CPP, MultiParamTypeClasses #-}
-- | -- |
-- Module : Crypto.Hash.Internal.Whirlpool -- Module : Crypto.Hash.Internal.Whirlpool
-- License : BSD-style -- License : BSD-style
@ -9,6 +7,7 @@
-- --
-- A module containing Whirlpool bindings -- A module containing Whirlpool bindings
-- --
{-# LANGUAGE ForeignFunctionInterface #-}
module Crypto.Hash.Internal.Whirlpool module Crypto.Hash.Internal.Whirlpool
( Ctx(..) ( Ctx(..)
-- * Internal values -- * Internal values

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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