From ddfdbbd4bec88527126556c2a8c552b61aa0a89c Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Tue, 18 Dec 2018 20:19:14 +0100 Subject: [PATCH] Removed unnecessary reference to random. --- Crypto/PubKey/Rabin/Basic.hs | 2 -- cryptonite.cabal | 1 - 2 files changed, 3 deletions(-) diff --git a/Crypto/PubKey/Rabin/Basic.hs b/Crypto/PubKey/Rabin/Basic.hs index 3933b25..bcce97a 100644 --- a/Crypto/PubKey/Rabin/Basic.hs +++ b/Crypto/PubKey/Rabin/Basic.hs @@ -21,8 +21,6 @@ module Crypto.PubKey.Rabin.Basic , verify ) where -import System.Random (getStdGen, randomRs) - import Data.ByteString (ByteString) import qualified Data.ByteString as B import Data.Data diff --git a/cryptonite.cabal b/cryptonite.cabal index 3405eae..2c09c5c 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -236,7 +236,6 @@ Library Build-depends: bytestring , memory >= 0.14.14 - , random , basement >= 0.0.6 , ghc-prim ghc-options: -Wall -fwarn-tabs -optc-O3 -fno-warn-unused-imports