Add recipes for eproject, ghc-mod and scion.

This commit is contained in:
Sudish Joseph 2012-02-20 10:37:42 -05:00
parent 9cae4734ce
commit a571c83d6c
3 changed files with 20 additions and 0 deletions

9
recipes/eproject.rcp Normal file
View File

@ -0,0 +1,9 @@
(:name eproject
:description "File grouping (\"project\") extension for emacs"
:type git
:url "https://github.com/jrockway/eproject.git"
:load-path ("." "lang")
;; the core functionality needs to be present.
;; eproject-extras, otoh, has autoload cookies.
;; lang/* can be added by the user as needed.
:features eproject)

5
recipes/ghc-mod.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name ghc-mod
:description "Happy Haskell programming"
:type git
:url "https://github.com/kazu-yamamoto/ghc-mod.git"
:load-path "elisp")

6
recipes/scion.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name scion
:description "IDE library for Haskell based on the GHC API."
:type git
:url "https://github.com/nominolo/scion.git"
:load-path "emacs"
:features scion)