harpy-0.4: Harpy.hs
--------------------------------------------------------------------------
-- |
-- Module: Harpy
-- Copyright: (c) 2006-2007 Martin Grabmueller and Dirk Kleeblatt
-- License: GPL
--
-- Maintainer: {magr,klee}@cs.tu-berlin.de
-- Stability: provisional
-- Portability: portable
--
-- Harpy is a library for run-time code generation of x86 machine code.
--
-- This is a convenience module which re-exports the modules which are
-- essential for using Harpy.
----------------------------------------------------------------------------
module Harpy(module Harpy.CodeGenMonad,
module Harpy.Call,
module Harpy.X86Assembler) where
import Harpy.CodeGenMonad
import Harpy.Call
import Harpy.X86Assembler