[Haskell-cafe] GHC package lang not found
Daniel McAllansmith
dm.maillists at gmail.com
Fri Dec 15 22:03:18 EST 2006
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
More information about the Haskell-Cafe
mailing list