fix some more reference to criterion
This commit is contained in:
parent
d291f9f5bb
commit
8b95917572
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
module Number.F2m (benchF2m) where
|
module Number.F2m (benchF2m) where
|
||||||
|
|
||||||
import Criterion.Main
|
import Gauge.Main
|
||||||
import System.Random
|
import System.Random
|
||||||
|
|
||||||
import Crypto.Number.Basic (log2)
|
import Crypto.Number.Basic (log2)
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
{-# LANGUAGE PackageImports #-}
|
{-# LANGUAGE PackageImports #-}
|
||||||
module Main where
|
module Main where
|
||||||
|
|
||||||
import Criterion.Main
|
import Gauge.Main
|
||||||
import Crypto.Hash.Algorithms as Crypto
|
import Crypto.Hash.Algorithms as Crypto
|
||||||
import "cryptonite" Crypto.KDF.PBKDF2 as Crypto
|
import "cryptonite" Crypto.KDF.PBKDF2 as Crypto
|
||||||
import "fastpbkdf2" Crypto.KDF.PBKDF2 as Fast
|
import "fastpbkdf2" Crypto.KDF.PBKDF2 as Fast
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
{-# LANGUAGE PackageImports #-}
|
{-# LANGUAGE PackageImports #-}
|
||||||
module Main where
|
module Main where
|
||||||
|
|
||||||
import Criterion.Main
|
import Gauge.Main
|
||||||
import Control.Monad
|
import Control.Monad
|
||||||
|
|
||||||
import "cryptonite" Crypto.Random
|
import "cryptonite" Crypto.Random
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user