ghcjs / ghcjs

Haskell to JavaScript compiler, based on GHC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GHCJS 8.8 build problems

yobson opened this issue · comments

Hello!

I just managed to build GHCJS 8.8 on mac os and linux. I had to, however, modify three files in GHC to get the build to work. The files are:

  • ghc/compiler/cmm/CmmParse.y
  • ghc/compiler/hsSyn/Convert.hs
  • ghc/compiler/typecheck/TcSplice.hs

What I don't know is two things:

  1. Was this a problem that other people have had or an issue with my setup on both machines
  2. If it is a problem others have had, how do I submit patches to the project in the GHC submodule?

All the best