haste-compiler icon indicating copy to clipboard operation
haste-compiler copied to clipboard

Depends on versions that are too old

Open danwdart opened this issue 5 years ago • 2 comments

Is this project dead? It seems to require very (4 year) old versions of dependencies and ghc itself - and refuses current versions - which isn't the way to go in any world.

I love the idea but am having a lot of trouble getting it to work, especially the haste-app bit.

Would there be an update to support current versions¸ and in the meantime workarounds?

Thanks!

danwdart avatar May 26 '19 13:05 danwdart

There is a (long overdue) update in the works, which will bring GHC support up to 8.8. The underlying ghc-simple library has been updated, and what's left are some (hopefully) minor compatibility fixes for the standard GHC libraries.

Since the language accepted by Haste is closely tied to the language accepted by the corresponding GHC version, it's unfortunately not possible to use the GHC 7.10 branch of Haste with other GHC versions. The only "workaround" available in the meantime is to use the pre-built binaries from haste-lang.org in conjunction with older GHC binaries from a source like https://launchpad.net/~hvr/+archive/ubuntu/ghc.

valderman avatar May 27 '19 12:05 valderman

@valderman is there a branch for the version update or GitHub issues related to updating the version? I'd be interested in helping out.

s-truax avatar Jun 08 '21 01:06 s-truax