[Pkg-haskell-commits] [SCM] Packaging for Agda branch, master, updated. debian/2.2.10-3-2-gaf671fe

Iain Lane laney at debian.org
Fri Jul 15 14:37:31 UTC 2011


The following commit has been merged in the master branch:
commit af671fe5b3eeac2d1cbf3a76c85b23eb4ac7740c
Author: Iain Lane <laney at debian.org>
Date:   Fri Jul 15 15:35:15 2011 +0100

    Explicitly add haskell-mode directory to load path.
    
    Thanks to Joey Capper for discovering the bug.

diff --git a/debian/50agda.el b/debian/50agda.el
index 967ef7c..171111c 100644
--- a/debian/50agda.el
+++ b/debian/50agda.el
@@ -3,6 +3,7 @@
 
 (when (and (file-exists-p "/usr/share/emacs/site-lisp/agda/agda2.el") (not (string-match "XEmacs" emacs-version)))
     (debian-pkg-add-load-path-item "/usr/share/emacs/site-lisp/agda/")
+    (debian-pkg-add-load-path-item "/usr/share/emacs/site-lisp/haskell-mode/")
     ;; haskell-ghci needs to be explicitly loaded for some reason
     (load "haskell-ghci")
     (load "agda2")

-- 
Packaging for Agda



More information about the Pkg-haskell-commits mailing list