ghcjs / ghcjs-base

base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC
MIT License
45 stars 67 forks source link

Broken after removing eqRef #14

Closed kmARC closed 9 years ago

kmARC commented 9 years ago

Commit bcd6988 removes eqRef definition but not its export declaration, thus build fails. Removing line 7 from Types.hs fixes this issue.

luite commented 9 years ago

thanks, fixed quite some time ago :)