summaryrefslogtreecommitdiffhomepage
path: root/Benchmark.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Benchmark.hs')
-rw-r--r--Benchmark.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Benchmark.hs b/Benchmark.hs
index 33efb46..863aaa4 100644
--- a/Benchmark.hs
+++ b/Benchmark.hs
@@ -20,7 +20,6 @@ import qualified Crypto.Argon2 as Argon2
import Data.Time.Clock
import Control.DeepSeq
import Control.Monad
-import Data.Monoid
import Data.Maybe
data BenchmarkResult t = BenchmarkResult { expectedBenchmark :: t, actualBenchmark :: t }