[project @ 2001-08-21 16:18:35 by simonmar]
[ghc-hetmet.git] / ghc / tests / ghci / prog003 / prog003.stdout
index 96e8b34..b79b3b1 100644 (file)
@@ -1,6 +1,6 @@
    ___         ___ _
   / _ \ /\  /\/ __(_)
- / /_\// /_/ / /  | |      GHC Interactive, version 4.11, For Haskell 98.
+ / /_\// /_/ / /  | |      GHC Interactive, version 5.01, for Haskell 98.
 / /_\\/ __  / /___| |      http://www.haskell.org/ghc/
 \____/\/ /_/\____/|_|      Type :? for help.
 
@@ -25,7 +25,7 @@ Int -> Int
 Main> a 42
 168
 Main> 
-Main> -- sigh; sleep 1, because the comp manager only stores times in seconds
+Main> -- sigh; sleep 1, because the filesystem only stores times in seconds
 Main> :! sleep 1; cp D2.hs D.hs
 Main> :reload
 Ok, modules loaded: Main, B, C, D.