Package: haskell-mode Version: 2.1-1 Severity: minor File: /etc/emacs/site-start.d/50haskell-mode.el Tags: patch
In /etc/emacs/site-start.d/50haskell-mode.el, (setq auto-mode-alist (append auto-mode-alist '(("\\.[hg]s$" . haskell-mode) ("\\.hi$" . haskell-mode) ("\\.l[hg]s$" . literate-haskell-mode)))) should read (setq auto-mode-alist (append auto-mode-alist '(("\\.[hg]s\\'" . haskell-mode) ("\\.hi\\'" . haskell-mode) ("\\.l[hg]s\\'" . literate-haskell-mode)))) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]