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

@ -2,7 +2,7 @@
-- little more complex. use the path to the obj file we get back from
-- 'make'. load() uses this to find the .hi file
import Plugins
import System.Plugins
import API
main = do

View File

@ -1,7 +1,7 @@
-- an example where we want to compile and load a file
import Plugins
import System.Plugins
import API
main = do

View File

@ -1,4 +1,4 @@
import Plugins
import System.Plugins
import API
import System.Directory

View File

@ -1,4 +1,4 @@
import Plugins
import System.Plugins
import API
import System.Directory

View File

@ -7,7 +7,7 @@
-- False
--
import Plugins
import System.Plugins
import System.Directory
main = do

View File

@ -1,5 +1,5 @@
import Plugins
import System.Plugins
import System.Directory

View File

@ -2,7 +2,7 @@
-- little more complex. use the path to the obj file we get back from
-- 'make'. load() uses this to find the .hi file
import Plugins
import System.Plugins
import API
main = do