lol-benches 0.0.0.1 → 0.0.0.2
raw patch · 5 files changed
+8/−4 lines, 5 filesdep ~MonadRandom
Dependency ranges changed: MonadRandom
Files
- CHANGES.md +4/−0
- Crypto/Lol/Benchmarks/CycBenches.hs +1/−1
- Crypto/Lol/Benchmarks/TensorBenches.hs +1/−1
- Crypto/Lol/Benchmarks/UCycBenches.hs +1/−1
- lol-benches.cabal +1/−1
CHANGES.md view
@@ -1,6 +1,10 @@ Changelog for lol-benches project ================================ +0.0.0.2+-----+ * Import Control.Monad.Random hiding `lift` to support MonadRandom-0.5.1.+ 0.0.0.1 ----- * Initial commit: moved benchmarks from package lol to lol-benches.
Crypto/Lol/Benchmarks/CycBenches.hs view
@@ -23,7 +23,7 @@ module Crypto.Lol.Benchmarks.CycBenches (cycBenches1, cycBenches2) where import Control.Applicative-import Control.Monad.Random+import Control.Monad.Random hiding (lift) import Crypto.Lol import Crypto.Lol.Benchmarks
Crypto/Lol/Benchmarks/TensorBenches.hs view
@@ -23,7 +23,7 @@ module Crypto.Lol.Benchmarks.TensorBenches (tensorBenches1, tensorBenches2) where import Control.Applicative-import Control.Monad.Random+import Control.Monad.Random hiding (lift) import Crypto.Lol.Benchmarks import Crypto.Lol.Prelude
Crypto/Lol/Benchmarks/UCycBenches.hs view
@@ -23,7 +23,7 @@ module Crypto.Lol.Benchmarks.UCycBenches (ucycBenches1, ucycBenches2) where import Control.Applicative-import Control.Monad.Random+import Control.Monad.Random hiding (lift) import Crypto.Lol.Benchmarks import Crypto.Lol.Cyclotomic.Tensor (TElt)
lol-benches.cabal view
@@ -5,7 +5,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.0.0.1+version: 0.0.0.2 synopsis: A library for benchmarking <https://hackage.haskell.org/package/lol Λ ∘ λ>. homepage: https://github.com/cpeikert/Lol Bug-Reports: https://github.com/cpeikert/Lol/issues