Skip to content

Commit bd2e583

Browse files
committed
Fix build for GHC < 7.10
1 parent 322292c commit bd2e583

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Control/Monad/Logger.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module Control.Monad.Logger where
2222
import Data.IORef
2323

2424
#if __GLASGOW_HASKELL__ < 710
25+
import Data.Monoid
2526
import Control.Applicative
2627
#endif
2728
import Control.Monad (ap)

0 commit comments

Comments
 (0)