
1 Oct
2011
1 Oct
'11
10 p.m.
On Sat, Oct 1, 2011 at 8:40 PM, Nicholas Tung
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