Skip to content

Commit

Permalink
refactor: scoped import
Browse files Browse the repository at this point in the history
  • Loading branch information
ncaq committed Jan 16, 2023
1 parent 114083c commit 0b354e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import Data.Monoid
#endif

#if MIN_VERSION_mtl(2,3,0)
import qualified Control.Monad.Writer.CPS as CpsW
import qualified Control.Monad.Trans.Writer.CPS as CpsW(runWriterT)
import qualified Control.Monad.Writer.CPS as CpsW (WriterT, execWriterT, tell)
import qualified Control.Monad.Trans.Writer.CPS as CpsW (runWriterT)
#endif

monadReader1 :: Assertion
Expand Down

0 comments on commit 0b354e8

Please sign in to comment.