ghci :set bugo

Simon Marlow simonmar@microsoft.com
Tue, 2 Oct 2001 09:41:09 +0100


> The :set command doesn't give very good feedback ;-)
>=20
>    ___         ___ _
>   / _ \ /\  /\/ __(_)
>  / /_\// /_/ / /  | |      GHC Interactive, version 5.02, for
> Haskell 98.
> / /_\\/ __  / /___| |      http://www.haskell.org/ghc/
> \____/\/ /_/\____/|_|      Type :? for help.
>=20
> Loading package std ... linking ... done.
> Prelude> :set -fglasgow-exts -i../../../build/lib/galois/imports
> -i../../lib
> Prelude> :set
> options currently set: none.

Thanks.  We don't currently store the flags in a way that's easy to map
back to the strings, which is why :set doesn't list the flags that are
set.  It does list the GHCi options (+t, +s, etc.).  I'll make a note of
this, but I don't think we'll fix it soon.

Cheers,
	Simon