Package: haskell-mode / 16.1-2

Metadata

Package Version Patches format
haskell-mode 16.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 logo loco.patch | (download)

haskell-process.el | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 logo loco

The file logo.svg contains the haskell logo.  The upstream package
expects it to be installed to the directory in which elisp files to be
loaded are located.  This would be strange on debian, since it would
leave a SVG file in /usr/share/emacs/site-lisp/haskell-mode/logo.svg
and then copied (or linked) to each emacsen flavour
site-lisp/haskell-mode/ directory.  Yuck.

Instead we install it in a standard location for scalable icons.

0002 NEWS loco.patch | (download)

haskell-mode.el | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 news loco

The file NEWS contains the change log.  The upstream package expects
it to be installed, under the name NEWS, to the directory in which
elisp files to be loaded are located.  This would be strange on
debian, since it is the upstream change log and hence belongs in the
standard documentation directory under the name changelog.gz.