X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=harpy.git;a=blobdiff_plain;f=Harpy.hs;fp=Harpy.hs;h=c69801947ef8b44c13006b9c40cbb60e2c0106f7;hp=89e58cd318b9724d2d89335d8446e57187e01db2;hb=5ace595439b1cd360bade19293b2a69a7fd9910f;hpb=3a2da15c70ffe7c138820586d7587ef0c890ff2b diff --git a/Harpy.hs b/Harpy.hs index 89e58cd..c698019 100644 --- a/Harpy.hs +++ b/Harpy.hs @@ -15,8 +15,10 @@ ---------------------------------------------------------------------------- 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 Control.Monad.Trans