knupfer / haskell-emacs

Write Emacs extensions in Haskell
376 stars 22 forks source link

modul system #3

Closed knupfer closed 9 years ago

knupfer commented 9 years ago

There should be a system with which package authors can register haskell functions without polluting the user function directory. With this, it will be possible to upload libraries like Data.Text to melpa and it will be possible to write emacs packages which depend on haskell-emacs and deliver the necessary functions.

knupfer commented 9 years ago

there is now a basic interface for modules, the use has to require the module and afterwards initialize the haskell-emacs process.