building hare on ghc-6.6

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

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@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (2)
-
C.M.Brown
-
Yang