From 7cd2d2b7018fe64a4f0ce9c29d301b218ddc2fe7 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Wed, 22 Apr 2015 06:24:12 +0100 Subject: [PATCH] [cleanup] replace imports --- Crypto/Random/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypto/Random/Types.hs b/Crypto/Random/Types.hs index 8899559..d93161e 100644 --- a/Crypto/Random/Types.hs +++ b/Crypto/Random/Types.hs @@ -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