summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-06-12 16:22:50 +0000
committerIan Lynagh <igloo@earth.li>2010-06-12 16:22:50 +0000
commitdf47ef3b970bc9ff1ba4935262ebc6f5fdd0334d (patch)
treeef639c46376d7ee14a5e0467ce65158e5cc120a5
parent6608962356185ad7dd531050a35382c8b70ef827 (diff)
downloadhaskell-df47ef3b970bc9ff1ba4935262ebc6f5fdd0334d.tar.gz
Update ghci example output in user guide; patch from YitzGale in #4111
-rw-r--r--docs/users_guide/ghci.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml
index edad7fd9c2..6e54ace778 100644
--- a/docs/users_guide/ghci.xml
+++ b/docs/users_guide/ghci.xml
@@ -28,8 +28,11 @@
<screen>
$ ghci
-GHCi, version 6.8.1: http://www.haskell.org/ghc/ :? for help
+GHCi, version 6.12.1: http://www.haskell.org/ghc/ :? for help
+Loading package ghc-prim ... linking ... done.
+Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
+Loading package ffi-1.0 ... linking ... done.
Prelude>
</screen>