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