Skip to content

Commit

Permalink
Fix tests on mtl ≥ 2.3
Browse files Browse the repository at this point in the history
mtl stopped (re)exporting some functions, causing a build error.
  • Loading branch information
rnhmjoj committed Jun 4, 2024
1 parent f524908 commit 3a505f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Test/Streaming.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a505f3

Please sign in to comment.