Repository : ssh://darcs.haskell.org//srv/darcs/packages/hoopl On branch : master
http://hackage.haskell.org/trac/ghc/changeset/76c3f2566d53124772a5bb54db360a1db08d7e5d >--------------------------------------------------------------- commit 76c3f2566d53124772a5bb54db360a1db08d7e5d Author: Norman Ramsey <[email protected]> Date: Sat Apr 21 12:52:30 2012 -0400 re-export runWithFuel, as per Justin Bailey >--------------------------------------------------------------- src/Compiler/Hoopl.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Compiler/Hoopl.hs b/src/Compiler/Hoopl.hs index 1e78856..37fa2f9 100644 --- a/src/Compiler/Hoopl.hs +++ b/src/Compiler/Hoopl.hs @@ -26,7 +26,7 @@ import Compiler.Hoopl.Combinators import Compiler.Hoopl.Dataflow hiding ( wrapFR, wrapFR2, wrapBR, wrapBR2 ) import Compiler.Hoopl.Debug -import Compiler.Hoopl.Fuel hiding (withFuel, getFuel, setFuel, runWithFuel) +import Compiler.Hoopl.Fuel hiding (withFuel, getFuel, setFuel) import Compiler.Hoopl.Graph hiding ( Body , BCat, BHead, BTail, BClosed -- OK to expose BFirst, BMiddle, BLast _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
