knupfer / haskell-emacs

Write Emacs extensions in Haskell
376 stars 22 forks source link

Use GHC 7.10 #39

Closed ExternalReality closed 8 years ago

ExternalReality commented 8 years ago

I would enjoy support for GHC 7.10. Doing this would be simple. It would require:

knupfer commented 8 years ago

Oh, I wasn't aware of that. I'm actually on GHC 7.10.2 without problems, but perhaps the version in nix is patched. I'll look into that.

knupfer commented 8 years ago

Perhaps it would be better to incorporate atto-lisp into this repo. This would avoid complicating installations via melpa.

ExternalReality commented 8 years ago

@knupfer Using a Git sub-module?

knupfer commented 8 years ago

@ExternalReality I've looked into that, but the simplest solution seems to be, to use something like cabal install --allow-newer=bar --constraint="bar==2.1" in the installation procedure. This would avoid

and could be automated in an easy way. What do you think?

knupfer commented 8 years ago

this works now even for ghcHEAD