From 4ced6a60acca9236a68e80eb470513f0954bd3c1 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 20 Feb 2017 23:26:52 -0500 Subject: [PATCH] Updated rlwe-challenges for MonadRandom-0.5 --- rlwe-challenges/Crypto/RLWE/Challenges/Verify.hs | 2 +- rlwe-challenges/rlwe-challenges.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rlwe-challenges/Crypto/RLWE/Challenges/Verify.hs b/rlwe-challenges/Crypto/RLWE/Challenges/Verify.hs index 699dff4a..b7341835 100644 --- a/rlwe-challenges/Crypto/RLWE/Challenges/Verify.hs +++ b/rlwe-challenges/Crypto/RLWE/Challenges/Verify.hs @@ -66,7 +66,7 @@ import Crypto.Random.DRBG import Control.Applicative import Control.Monad.Except hiding (lift) -import Control.Monad.Random +import Control.Monad.Random hiding (lift) import qualified Data.ByteString.Lazy as BS import Data.Int import Data.List (nub) diff --git a/rlwe-challenges/rlwe-challenges.cabal b/rlwe-challenges/rlwe-challenges.cabal index 848aff85..423c479d 100644 --- a/rlwe-challenges/rlwe-challenges.cabal +++ b/rlwe-challenges/rlwe-challenges.cabal @@ -85,7 +85,7 @@ executable rlwe-challenges main-is: RLWEChallengesMain.hs ghc-options: -main-is RLWEChallengesMain - ghc-options: -threaded -rtsopts -O2 -auto-all -caf-all -fno-warn-partial-type-signatures + ghc-options: -threaded -rtsopts -O2 -fno-warn-partial-type-signatures build-depends: ansi-terminal, base >= 4.9 && < 5,