knupfer / haskell-emacs

Write Emacs extensions in Haskell
376 stars 22 forks source link

Please, revive the project #71

Closed Anton-Latukha closed 5 months ago

Anton-Latukha commented 3 years ago

Project has good documentation & the state seems great, but it became a bit rusty in 5 years.

As we know - Haskell & Elisp code stands the test of time perfectly.

Haskell tooling arrived - it seems a nice time to clean the dust out of FFI.

I would help with it, as I am interested in learning FFIs, especially between Haskell and a such classic as Lisp (& as Emacs guy).

I would like much to discuss adding FFI with lsp-haskell. & to have&know Haskell-Emacs integration overall.

francesquini commented 6 months ago

After some tinkering I got it to run on newer GHCs (9.X+) (https://github.com/francesquini/haskell-emacs). I can create a pull request if there is interest.

walseb commented 6 months ago

After some tinkering I got it to run on newer GHCs (9.X+) (https://github.com/francesquini/haskell-emacs). I can create a pull request if there is interest.

Thank you! I have been meaning to try to get it to compile again.

francesquini commented 6 months ago

After some tinkering I got it to run on newer GHCs (9.X+) (https://github.com/francesquini/haskell-emacs). I can create a pull request if there is interest.

Thank you! I have been meaning to try to get it to compile again.

PR created. https://github.com/knupfer/haskell-emacs/pull/72