[cleanup] replace imports

This commit is contained in:
Vincent Hanquez 2015-04-22 06:24:12 +01:00
parent 61ee498643
commit 7cd2d2b701

View File

@ -12,9 +12,9 @@ module Crypto.Random.Types
, withDRG
) where
import Control.Applicative
import Crypto.Random.Entropy
import Crypto.Internal.ByteArray
import Crypto.Internal.Imports
class (Functor m, Monad m) => MonadRandom m where
getRandomBytes :: ByteArray byteArray => Int -> m byteArray