summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes/haskell/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/haskell/builder.sh')
-rw-r--r--pkgs/applications/editors/emacs-modes/haskell/builder.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/editors/emacs-modes/haskell/builder.sh b/pkgs/applications/editors/emacs-modes/haskell/builder.sh
new file mode 100644
index 000000000000..2d1540319944
--- /dev/null
+++ b/pkgs/applications/editors/emacs-modes/haskell/builder.sh
@@ -0,0 +1,6 @@
+source $stdenv/setup
+
+mkdir -p $out/emacs/site-lisp
+tar zxvf $src
+cp haskell-mode*/*.el $out/emacs/site-lisp
+cp haskell-mode*/*.hs $out/emacs/site-lisp