[cleanup] replace imports
This commit is contained in:
parent
61ee498643
commit
7cd2d2b701
@ -12,9 +12,9 @@ module Crypto.Random.Types
|
|||||||
, withDRG
|
, withDRG
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Control.Applicative
|
|
||||||
import Crypto.Random.Entropy
|
import Crypto.Random.Entropy
|
||||||
import Crypto.Internal.ByteArray
|
import Crypto.Internal.ByteArray
|
||||||
|
import Crypto.Internal.Imports
|
||||||
|
|
||||||
class (Functor m, Monad m) => MonadRandom m where
|
class (Functor m, Monad m) => MonadRandom m where
|
||||||
getRandomBytes :: ByteArray byteArray => Int -> m byteArray
|
getRandomBytes :: ByteArray byteArray => Int -> m byteArray
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user