Re: GHC as a package

2005-02-12 Thread Lennart Kolmodin
Simon Marlow wrote: To compile GHC as a package, get a recent GHC source tree and set 'BuildPackageGHC=YES' in your mk/build.mk. You should also set $(GHC_PKG) to point to your ghc-pkg command. Then build ghc as normal, and in ghc/compiler say 'make install-inplace-pkg' to register the package (t

RE: GHC as a package

2005-02-09 Thread Simon Marlow
On 08 February 2005 12:43, Lennart Kolmodin wrote: > I'm working on an IDE for Haskell, written in Haskell. > Currently, I'm looking for a way to parse .hs-files for a module > browser and I recall that Simon Marlow was going to release GHC as a > package "soon". > We could also use that package t