el-get/recipes/haskell-mode-exts.rcp

10 lines
399 B
Plaintext

(:name haskell-mode-exts
:description "Modular Emacs extensions to Haskell's editing and interactive modes."
:type git
:url "http://github.com/pheaver/haskell-mode-exts.git"
:load-path (".")
:features (haskell-align-imports haskell-installed-packages
haskell-navigate-imports haskell-sort-imports
inf-haskell-send-cmd)
)