Skip to content

Commit

Permalink
Updated rlwe-challenges for MonadRandom-0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
crockeea committed Feb 21, 2017
1 parent b46f237 commit 4ced6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rlwe-challenges/Crypto/RLWE/Challenges/Verify.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion rlwe-challenges/rlwe-challenges.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4ced6a6

Please sign in to comment.