RE: GHC 6.4 release candidates available

On 10 February 2005 17:07, Malcolm Wallace wrote:
$ ghc-pkg-6.4.20050209 --show-package=base --field=import_dirs ["/usr/malcolm/local/lib/ghc-6.4.20050209/imports"]
yet
$ ghc-pkg-6.4.20050209 --show-package=base-1.0 --field=import_dirs ghc-pkg: cannot find package base-1.0
$ ghc-pkg-6.4.20050209 --list-packages /usr/malcolm/local/lib/ghc-6.4.20050209/package.conf: rts-1.0, base-1.0, haskell98-1.0, template-haskell-1.0, ...
Fixed, thanks. BTW, we recommend you migrate to using the new command-line syntax for ghc-pkg at some point. Cheers, Simon

"Simon Marlow"
$ ghc-pkg-6.4.20050209 --show-package=base-1.0 --field=import_dirs ghc-pkg: cannot find package base-1.0
BTW, we recommend you migrate to using the new command-line syntax for ghc-pkg at some point.
Documented where? The GHC user guide doesn't seem to be included in the download bundle. Regards, Malcolm
participants (2)
-
Malcolm Wallace
-
Simon Marlow