monadcryptorandom 0.6 → 0.6.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
Control/Monad/CryptoRandom.hs view
@@ -351,7 +351,7 @@ evalCRandT m g = liftM (right fst) (runCRandT m g) {-# INLINE evalCRandT #-} -runCRand :: CRand g GenError a -> g -> Either GenError (a, g)+runCRand :: (ContainsGenError e) => CRand g e a -> g -> Either e (a, g) runCRand m = runIdentity . runCRandT m {-# INLINE runCRand #-}
monadcryptorandom.cabal view
@@ -1,5 +1,5 @@ name: monadcryptorandom-version: 0.6+version: 0.6.1 license: BSD3 license-file: LICENSE copyright: Thomas DuBuisson <thomas.dubuisson@gmail.com>