From e5569da0335fba6ac8aa8b31335d688732042c86 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sun, 24 Apr 2005 10:05:36 +0000 Subject: [PATCH] Import RunPlugs from lambdabot --- examples/hmake/one-shot/Main.hs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/hmake/one-shot/Main.hs b/examples/hmake/one-shot/Main.hs index bf59e7d..ba0c110 100644 --- a/examples/hmake/one-shot/Main.hs +++ b/examples/hmake/one-shot/Main.hs @@ -3,6 +3,10 @@ -- GPL version 2 or later (see http://www.gnu.org/copyleft/gpl.html) -- +-- +-- | Runplugs: use hs-plugins to run a Haskell expression under +-- controlled conditions. +-- import Eval.Haskell (unsafeEval) import Data.Maybe (isJust, fromJust) @@ -23,8 +27,8 @@ prehier = ["Char", "List", "Maybe", "Numeric", "Random" ] datas = map ("Data." ++) [ "Bits", "Bool", "Char", "Dynamic", "Either", - "FiniteMap", "Graph", "Int", "Ix", "List", - "Maybe", "Ratio", "Set", "Tree", "Tuple", "Typeable", "Word" + "Map", "Graph", "Int", "Ix", "List", "Maybe", + "Ratio", "Set", "Tree", "Tuple", "Typeable", "Word" ] controls = map ("Control." ++) ["Monad", "Arrow"]