From 206ec7b40723239c8f7b54f9756be7f639beca54 Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Wed, 24 May 2023 12:33:59 -0400 Subject: [PATCH] bench: add import to fix ghc96 build --- bench/Main.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/bench/Main.hs b/bench/Main.hs index bed63496..2e12e9c1 100644 --- a/bench/Main.hs +++ b/bench/Main.hs @@ -12,6 +12,7 @@ module Main where import Control.Concurrent.STM import Control.DeepSeq import Control.Exception (evaluate) +import Control.Monad import Control.Monad.Identity import Control.Monad.IO.Class import Criterion.Main