Fix instances for GHC<7.8

This commit is contained in:
Daniel Gröber
2016-01-04 01:10:04 +01:00
parent e08e4da3dc
commit 1c13cb3d3c
3 changed files with 15 additions and 27 deletions

View File

@@ -26,7 +26,3 @@
-- RWST doen't have a MonadIO instance before ghc 7.8
#define MONADIO_INSTANCES 1
#endif
#if DIFFERENT_MONADIO
import Data.Monoid (Monoid)
#endif