Removed unnecessary reference to random.
This commit is contained in:
parent
cc18bf41ee
commit
ddfdbbd4be
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user