[Haskell-cafe] building hare on ghc-6.6

C.M.Brown cmb21 at kent.ac.uk
Fri Jan 12 07:19:23 EST 2007


Hi Yang,

Currently HaRe only builds with ghc-6.4 and not with ghc-6.6, during
the port to ghc-6.6 there was a few deprecated functions that I had to
remove or change. I am currently putting together the latest release which will allow it to work
with ghc-6.6.

Regards,
Chris.


On Thu, 11 Jan 2007, Yang wrote:

> how do i build hare on ghc-6.6? after removing all references to
> package lang from myghc--make, i get:
>
> RefacUtils.hs:54:5: parse error on input `HasModName'
>
> this just seems like a normal class being exported.
>
> the makefile proceeds past this to build a bunch of other files fine.
> if i ignore this and try loading the emacs file and entering
> haskell-refac-mode on a .hs buffer i get:
>
> Can't exec program: /home/yang/tmp/pkg/pure/todo/HaRe_20012006/refactorer/pfe
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list