View | Details | Raw Unified | Return to bug 208832
Collapse All | Expand All

(-)haskell-mode.el/Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/lang/haskell-mode.el/Makefile 412342 2016-04-01 13:18:17Z mat $
2
# $FreeBSD: head/lang/haskell-mode.el/Makefile 412342 2016-04-01 13:18:17Z mat $
3
3
4
PORTNAME=	haskell-mode
4
PORTNAME=	haskell-mode
5
PORTVERSION=	13.18
5
PORTVERSION=	13.20
6
DISTVERSIONPREFIX=v
6
DISTVERSIONPREFIX=v
7
CATEGORIES=	lang elisp
7
CATEGORIES=	lang elisp
8
8
Lines 23-28 Link Here
23
23
24
ELISPDIR=	${PREFIX}/${PLIST_DIRS}
24
ELISPDIR=	${PREFIX}/${PLIST_DIRS}
25
ELISPFILES=	ghc-core.el ghci-script-mode.el haskell-align-imports.el \
25
ELISPFILES=	ghc-core.el ghci-script-mode.el haskell-align-imports.el \
26
		haskell-c2hs.el \
26
		haskell-cabal.el haskell-checkers.el \
27
		haskell-cabal.el haskell-checkers.el \
27
		haskell-collapse.el haskell-commands.el \
28
		haskell-collapse.el haskell-commands.el \
28
		haskell-compile.el haskell-compat.el \
29
		haskell-compile.el haskell-compat.el \
Lines 35-41 Link Here
35
		haskell-menu.el haskell-mode-pkg.el haskell-mode.el \
36
		haskell-menu.el haskell-mode-pkg.el haskell-mode.el \
36
		haskell-mode-autoloads.el haskell-modules.el \
37
		haskell-mode-autoloads.el haskell-modules.el \
37
		haskell-move-nested.el haskell-navigate-imports.el \
38
		haskell-move-nested.el haskell-navigate-imports.el \
38
		haskell-package.el haskell-presentation-mode.el \
39
		haskell-presentation-mode.el \
39
		haskell-process.el haskell-repl.el haskell-sandbox.el \
40
		haskell-process.el haskell-repl.el haskell-sandbox.el \
40
		haskell-session.el \
41
		haskell-session.el \
41
		haskell-sort-imports.el haskell-string.el \
42
		haskell-sort-imports.el haskell-string.el \
(-)haskell-mode.el/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (haskell-haskell-mode-v13.18_GH0.tar.gz) = 144c39f748b41391918334c29700dc0dc8661070387eee543bf182ed11f10b9c
1
SHA256 (haskell-haskell-mode-v13.20_GH0.tar.gz) = 051171583e343e75f0f477d88fdde9b5402dad2da86512d22c721172cd12ffe4
2
SIZE (haskell-haskell-mode-v13.18_GH0.tar.gz) = 555164
2
SIZE (haskell-haskell-mode-v13.20_GH0.tar.gz) = 1181443

Return to bug 208832