pas2CTutorial.wiki
changeset 218 8c01e80cf77f
parent 217 78f6f4e9f358
child 245 2ccb51761986
--- a/pas2CTutorial.wiki	Mon Apr 30 12:49:25 2012 +0000
+++ b/pas2CTutorial.wiki	Tue May 01 16:48:49 2012 +0000
@@ -10,9 +10,7 @@
 
 Run from the `tools` folder
 {{{
-ghci
-:load pas2c.hs
-pas2C "hwengine"
+ghc -e "pas2C \"hwengine\"" pas2c.hs
 }}}
 
 You can replace "hwengine" with any other module.