We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322292c commit bd2e583Copy full SHA for bd2e583
src/Control/Monad/Logger.hs
@@ -22,6 +22,7 @@ module Control.Monad.Logger where
22
import Data.IORef
23
24
#if __GLASGOW_HASKELL__ < 710
25
+import Data.Monoid
26
import Control.Applicative
27
#endif
28
import Control.Monad (ap)
0 commit comments