Commit Graph

9 Commits

Author SHA1 Message Date
David Holm
720a820c2d Use the correct Emacs when building haskell-mode
On MacOS X /usr/bin/emacs gets picked up which is too old to successfully build
haskell-mode.
2013-09-27 22:27:22 -07:00
Mikhail Glushenkov
66c26ac3ee Update haskell-mode.rcp.
The installation procedure has changed, see
https://github.com/haskell/haskell-mode#installation-from-git .
2013-08-22 23:44:31 +02:00
Xiao Hanyu
7cc4d140e6 fix a error in haskell-mode.rcp
haskell-site-file.el is generated by 'make all', without which,
haskell-mode can not work well.
2013-06-06 22:30:03 +08:00
Alex Ott
fae180814e haskell-mode is moved of official haskell repository 2012-03-15 08:26:04 +01:00
Ryan C. Thompson
112a6c2e38 Merge branch 'lazy-fix' into recipe-auto-lambda
Conflicts:
	el-get.el
	recipes/clevercss.rcp
	recipes/coffee-mode.rcp
	recipes/full-ack.rcp
	recipes/mustache-mode.rcp
	recipes/n3-mode.rcp
	recipes/pylookup.rcp
	recipes/rhtml-mode.rcp
	recipes/sauron.rcp
	recipes/yaml-mode.rcp
2012-02-23 15:05:49 -08:00
Ryan C. Thompson
7a4490fae2 Eliminate lambdas from :post-init in recipes 2012-02-22 14:46:21 -08:00
Ryan C. Thompson
7d15faed65 Convert all github recipes to github type
This automated convertsion was done with the following sequence of
commands:

cd recipes
 # Replace :url with :pkgname "user/repo"
perl -iBAK -lape 's{^(\s*):url\s+".*github.com/([^/]+)/([^.]+)\.git"}{$1:pkgname "$2/$3"}' *.rcp
 # Change :type from git to github if recipe has a :pkgname property
for x in *.rcp; do if grep -q ":type.*git" $x && grep -q ":pkgname" $x; then perl -iBAK2 -lape 's/:type\s+git\b/:type github/g' $x; fi; done
 # Clean up backup files
rm -f *BAK *BAK2
cd ..

These commands may be repeated at any time in the future to convert
newly-added recipes.
2012-02-21 15:03:03 -08:00
Alex Ott
f1e5366684 change haskell-mode to github
New repository tracks "official" haskell-mode darcs repository (that wasn't updated for a
long time), plus there are some additions to this mode
2011-09-11 16:12:45 +02:00
Dimitri Fontaine
6d86094816 Rename recipe files from *.el to *.rcp, assorted changes. 2011-09-06 21:22:46 +02:00