Skip to content
Snippets Groups Projects
Commit 136328c5 authored by Edward Kmett's avatar Edward Kmett
Browse files

we require Data.Monoid

parent e1497af8
No related branches found
No related tags found
No related merge requests found
......@@ -98,8 +98,10 @@ import Control.Monad.Trans.Except (ExceptT(..), runExceptT)
import Control.Monad.Trans.Cont (ContT)
import Control.Monad.Trans.Identity
import Control.Monad.Reader as Reader
import Control.Monad.RWS
#if __GLASGOW_HASKELL__ < 710
import Data.Foldable
import Data.Monoid
#endif
------------------------------------------------------------------------------
-- $mtl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment