ANNOUNCE: GHC version 6.0
Malcolm Wallace
Malcolm.Wallace@cs.york.ac.uk
Thu, 29 May 2003 17:07:44 +0100
> We are pleased to announce a new major release of the Glasgow Haskell
> Compiler (GHC), version 6.0.
There is a strange error message in ghc-pkg-6.0, viz.
$ ghc-pkg-6.0 --list-packages
option `--list-packages' is ambiguous; could be one of:
-l --list-packages List packages in all config files
-L --list-packages-local List packages in the specified config file
Hmm. Perhaps you should rename the long form of -L to --list-local-packages.
Regards,
Malcolm