From 3a505f3a7de0f5d14463538d7c2c9a9881a60eb9 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 5 Jun 2024 00:15:25 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20tests=20on=20mtl=20=E2=89=A5=202.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mtl stopped (re)exporting some functions, causing a build error. --- test/Test/Streaming.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Test/Streaming.hs b/test/Test/Streaming.hs index a3a3e0f..f335867 100644 --- a/test/Test/Streaming.hs +++ b/test/Test/Streaming.hs @@ -7,6 +7,7 @@ module Test.Streaming (tests) where import Control.Applicative hiding (empty) +import Control.Monad (liftM2, foldM) import Control.Monad.Catch import Control.Monad.Identity import Control.Monad.IO.Class