reorder extension
This commit is contained in:
parent
165974adc8
commit
fb7855985e
@ -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(..)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user