monadIO: export Control.Monad.Trans too
authorBernhard Urban <lewurm@gmail.com>
Thu, 26 Apr 2012 11:34:38 +0000 (13:34 +0200)
committerBernhard Urban <lewurm@gmail.com>
Thu, 26 Apr 2012 11:34:38 +0000 (13:34 +0200)
I know, it's hackish. but otherwise, the instantiation
of CodeGen in MonadIO isn't visible o_O

Harpy.hs

index 89e58cd318b9724d2d89335d8446e57187e01db2..c69801947ef8b44c13006b9c40cbb60e2c0106f7 100644 (file)
--- a/Harpy.hs
+++ b/Harpy.hs
 ----------------------------------------------------------------------------
 module Harpy(module Harpy.CodeGenMonad,
              module Harpy.Call,
 ----------------------------------------------------------------------------
 module Harpy(module Harpy.CodeGenMonad,
              module Harpy.Call,
-             module Harpy.X86Assembler) where
+             module Harpy.X86Assembler,
+             module Control.Monad.Trans) where
 
 import Harpy.CodeGenMonad
 import Harpy.Call
 import Harpy.X86Assembler
 
 import Harpy.CodeGenMonad
 import Harpy.Call
 import Harpy.X86Assembler
+import Control.Monad.Trans