From ed48246740c535f38330679bbe7e266f7caa4393 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sat, 23 May 2015 12:30:52 +0100 Subject: [PATCH] [random] Just export the type of MonadPseudoRandom --- Crypto/Random.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypto/Random.hs b/Crypto/Random.hs index 907e48e..d270b82 100644 --- a/Crypto/Random.hs +++ b/Crypto/Random.hs @@ -16,7 +16,7 @@ module Crypto.Random , DRG(..) -- * Random abstraction , MonadRandom(..) - , MonadPseudoRandom(..) + , MonadPseudoRandom ) where import Crypto.Random.Types