Oops, and the startup file needs to remove the reference to flymake mode. Mike.
Michael Alan Dorman <[email protected]> writes: > A couple of small issues with ghc-mod---it's behind on its emacs-policy > compliance, and it isn't installing the ghc-modi executable that is > actually used by the emacs mode now. > > Mike. > > diff -uNr debian-1/control debian/control > --- debian-1/control 2014-06-24 13:17:05.000000000 -0400 > +++ debian/control 2014-06-25 06:01:18.000000000 -0400 > @@ -25,7 +25,7 @@ > Package: ghc-mod > Architecture: any > Depends: ${shlibs:Depends}, ${misc:Depends}, haskell-mode, > - ${haskell:ghc-version} > + ${haskell:ghc-version}, emacsen-common (>= 2.0.8) > Description: Happy Haskell programming on Emacs > This package includes Elisp files and a Haskell command, "ghc-mod". > "ghc*.el" enable completion of Haskell symbols on Emacs. > diff -uNr debian-1/emacsen-compat debian/emacsen-compat > --- debian-1/emacsen-compat 1969-12-31 19:00:00.000000000 -0500 > +++ debian/emacsen-compat 2014-06-25 06:03:24.000000000 -0400 > @@ -0,0 +1 @@ > +0 > diff -uNr debian-1/rules debian/rules > --- debian-1/rules 2013-08-12 05:01:07.000000000 -0400 > +++ debian/rules 2014-06-25 05:48:20.000000000 -0400 > @@ -9,5 +9,6 @@ > install/ghc-mod :: debian/tmp-inst-ghc > mkdir -p debian/ghc-mod/usr/bin > cp debian/tmp-inst-ghc/usr/bin/ghc-mod debian/ghc-mod/usr/bin/ > + cp debian/tmp-inst-ghc/usr/bin/ghc-modi debian/ghc-mod/usr/bin/ > mkdir -p debian/ghc-mod/usr/share/emacs/site-lisp/ghc-mod > cp debian/tmp-inst-ghc/usr/share/ghc-mod/*.el > debian/ghc-mod/usr/share/emacs/site-lisp/ghc-mod/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]
