diff --git a/tests/Control/Monad/Catch/Tests.hs b/tests/Control/Monad/Catch/Tests.hs index 9f5e7a7efbd18771a7f7e33a11ae6f5120ed8d8d..e1e45598f5d90029209d17058f8a0858a7027d52 100644 --- a/tests/Control/Monad/Catch/Tests.hs +++ b/tests/Control/Monad/Catch/Tests.hs @@ -40,8 +40,8 @@ import qualified Control.Monad.Writer.Strict as StrictWriter import qualified Control.Monad.RWS.Lazy as LazyRWS import qualified Control.Monad.RWS.Strict as StrictRWS #if !(MIN_VERSION_transformers(0,6,0)) -import Control.Monad.Error (ErrorT(..)) -import Control.Monad.List (ListT(..)) +import Control.Monad.Trans.Error (ErrorT(..)) +import Control.Monad.Trans.List (ListT(..)) #endif import Control.Monad.Catch