From ca12c24d61c82ab404cdd230c38410bc0ad508ab Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sat, 24 Oct 2015 13:19:09 +0200 Subject: [PATCH] Update example GHCi startup --- 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 0263ea10e9..0cb3a713e2 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 -- GitLab