[commit: packages/hoopl] master: Re-export runWithFuel. (1874596)

git at git.haskell.org git at git.haskell.org
Mon Dec 21 22:12:45 UTC 2015


Repository : ssh://git@git.haskell.org/hoopl

On branch  : master
Link       : http://git.haskell.org/packages/hoopl.git/commitdiff/1874596c2af1b57f6d3614d400a473968e7c2d12

>---------------------------------------------------------------

commit 1874596c2af1b57f6d3614d400a473968e7c2d12
Author: Andreas Voellmy <andreas.voellmy at gmail.com>
Date:   Tue Apr 14 20:50:06 2015 -0400

    Re-export runWithFuel.


>---------------------------------------------------------------

1874596c2af1b57f6d3614d400a473968e7c2d12
 src/Compiler/Hoopl.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Compiler/Hoopl.hs b/src/Compiler/Hoopl.hs
index 4903851..7858f42 100644
--- a/src/Compiler/Hoopl.hs
+++ b/src/Compiler/Hoopl.hs
@@ -27,7 +27,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.Block
 import Compiler.Hoopl.Graph hiding (splice, gSplice)
 import Compiler.Hoopl.Label hiding (uniqueToLbl, lblToUnique)



More information about the ghc-commits mailing list