Update examples to use new module names

This commit is contained in:
Don Stewart
2005-05-15 06:03:55 +00:00
parent cfae954a22
commit 63717dc07c
94 changed files with 97 additions and 109 deletions

View File

@ -3,8 +3,8 @@
-- GPL version 2 or later (see http://www.gnu.org/copyleft/gpl.html)
--
import Eval.Haskell
import Plugins.Load
import System.Eval.Haskell
import System.Plugins.Load
import System.Exit ( ExitCode(..), exitWith )
import System.IO

View File

@ -1,6 +1,6 @@
GHCFLAGS= -O
PKGFLAGS= -package-conf $(TOP)/plugins.conf.inplace
PKGFLAGS+= -package eval -package readline
PKGFLAGS+= -package plugins -package readline
all: build

View File

@ -8,7 +8,7 @@
-- | Runplugs: use hs-plugins to run a Haskell expression under
-- controlled conditions.
--
import Eval.Haskell (unsafeEval)
import System.Eval.Haskell (unsafeEval)
import Data.Maybe (isJust, fromJust)
import Control.Monad (when)

View File

@ -1,6 +1,6 @@
GHCFLAGS= -O
PKGFLAGS= -package-conf $(TOP)/plugins.conf.inplace
PKGFLAGS+= -package eval -package unix
PKGFLAGS+= -package plugins -package unix
all: build