problem building haskell-src

Antoine Latter aslatter at gmail.com
Sun Oct 2 04:00:12 CEST 2011


On Sat, Oct 1, 2011 at 8:40 PM, Nicholas Tung <gatoatigrado at gmail.com> wrote:
> Hi all,
>
>     I'm having some trouble building haskell-src. If anyone could give
> me any pointers, I'd appreciate it very much. The error is with an
> ambiguous module name,
>

Hi Nicholas,

The haskell-src package needs to be patched to work with GHC 7.2.

If using GHC 7.0 is an option, it should work with that.

A similar package which does work with GHC 7.2 is haskell-src-exts:

http://hackage.haskell.org/package/haskell-src-exts

It has support for many haskell language extensions, so the AST types
are a bit more complex.

Antoine



More information about the Libraries mailing list