reorder extension

This commit is contained in:
Vincent Hanquez 2015-04-07 06:52:54 +01:00
parent 165974adc8
commit fb7855985e

View File

@ -1,5 +1,3 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
-- | -- |
-- Module : Crypto.PubKey.DH -- Module : Crypto.PubKey.DH
-- License : BSD-style -- License : BSD-style
@ -8,6 +6,7 @@
-- Portability : Good -- Portability : Good
-- --
{-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Crypto.PubKey.DH module Crypto.PubKey.DH
( Params(..) ( Params(..)
, PublicNumber(..) , PublicNumber(..)