[commit: ghc] master: Update example GHCi startup (ca12c24)

git at git.haskell.org git at git.haskell.org
Sat Oct 24 11:18:02 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ca12c24d61c82ab404cdd230c38410bc0ad508ab/ghc

>---------------------------------------------------------------

commit ca12c24d61c82ab404cdd230c38410bc0ad508ab
Author: Gabor Greif <ggreif at gmail.com>
Date:   Sat Oct 24 13:19:09 2015 +0200

    Update example GHCi startup


>---------------------------------------------------------------

ca12c24d61c82ab404cdd230c38410bc0ad508ab
 docs/users_guide/ghci.rst | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst
index 0263ea1..0cb3a71 100644
--- a/docs/users_guide/ghci.rst
+++ b/docs/users_guide/ghci.rst
@@ -37,11 +37,7 @@ command ``ghci``:
 ::
 
     $ ghci
-    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.
+    GHCi, version 8.0.1: http://www.haskell.org/ghc/  :? for help
     Prelude>
 
 There may be a short pause while GHCi loads the prelude and standard



More information about the ghc-commits mailing list