GHC package lang not found

Hi all, I am trying to install Hare but I cannot build it. GHC complains that package lang is not found. Here is the output: .... editors/GenEditorInterfaces pfeRefactoringCmds > refactorer/PfeRefactoringCmds.hs cd refactorer; rm -f hidir/`uname`/Main.hi; ./myghc--make -o pfe pfe.hs 2>&1 | tee log.txt ghc-6.6: unknown package: lang cd refactorer; rm -f hidir/`uname`/Main.hi; ./myghc--make -o pfe_client pfe_client.hs 2>&1 | tee -a log.txt ghc-6.6: unknown package: lang I've searched the net for lang but I cannot find it. Here is my ghc-pkg list: /usr/local/lib/ghc-6.6/package.conf: Cabal-1.1.6, HUnit-1.1, QuickCheck-1.0, base-2.0, cgi-2006.9.6, fgl-5.2, (ghc-6.6), haskell-src-1.0, haskell98-1.0, html-1.0, mtl-1.0, network-2.0, parsec-2.0, readline-1.0, regex-base-0.71, regex-compat-0.71, regex-posix-0.71, rts-1.0, stm-2.0, template-haskell-2.0, time-1.0, unix-1.0, xhtml-2006.9.13 /home/deech/.ghc/i386-linux-6.6/package.conf: (hat-2.4), (hat-2.5) What am I doing wrong? Thanks... Deech _________________________________________________________________ WIN up to $10,000 in cash or prizes enter the Microsoft Office Live Sweepstakes http://clk.atdmt.com/MRT/go/aub0050001581mrt/direct/01/

On Saturday 16 December 2006 15:08, Aditya Siram wrote:
Hi all, I am trying to install Hare but I cannot build it. GHC complains that package lang is not found. Here is the output: [snip] ghc-6.6: unknown package: lang
I think that what use to be provided by lang is now part of ghc 6.6's base. I've got older cabalised stuff to build by just removing the dependency on lang. You could try just removing any references to lang in the makefile, or whatever is invoking ghc. Daniel
participants (2)
-
Aditya Siram
-
Daniel McAllansmith