ghci :set bugo

Jeffrey R Lewis jeff@galconn.com
Mon, 01 Oct 2001 10:07:25 -0700


The :set command doesn't give very good feedback ;-)

   ___         ___ _
  / _ \ /\  /\/ __(_)
 / /_\// /_/ / /  | |      GHC Interactive, version 5.02, for
Haskell 98.
/ /_\\/ __  / /___| |      http://www.haskell.org/ghc/
\____/\/ /_/\____/|_|      Type :? for help.

Loading package std ... linking ... done.
Prelude> :set -fglasgow-exts -i../../../build/lib/galois/imports
-i../../lib
Prelude> :set
options currently set: none.

--Jeff