el-get/recipes/haskell-mode-exts.rcp
Ryan C. Thompson cf34f9aa0a Clean up whitespace
This commit is the result of running cleanup-whitespace.sh.

Fixes #549.
2014-02-21 10:52:48 -08:00

10 lines
428 B
Plaintext

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