Update ghci example output in user guide; patch from YitzGale in #4111
authorIan Lynagh <igloo@earth.li>
Sat, 12 Jun 2010 16:22:50 +0000 (16:22 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 12 Jun 2010 16:22:50 +0000 (16:22 +0000)
docs/users_guide/ghci.xml

index edad7fd..6e54ace 100644 (file)
 
 <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>