mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
lang/hasekell-mode.el: Update to 17.2
PR: 256075
This commit is contained in:
parent
77dc0e04aa
commit
b17290105b
@ -1,9 +1,7 @@
|
||||
# Created by: Josh Elsasser <jre@vineyard.net>
|
||||
|
||||
PORTNAME= haskell-mode
|
||||
DISTVERSIONPREFIX=v
|
||||
DISTVERSION= 16.1
|
||||
PORTREVISION= 6
|
||||
DISTVERSION= 17.2
|
||||
CATEGORIES= lang elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
@ -23,28 +21,49 @@ NO_ARCH= yes
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
ELISPDIR= ${PREFIX}/${PLIST_DIRS}
|
||||
ELISPFILES= ghc-core.el ghci-script-mode.el haskell-align-imports.el \
|
||||
ELISPFILES= \
|
||||
ghc-core.el \
|
||||
ghci-script-mode.el \
|
||||
haskell-align-imports.el \
|
||||
haskell-c2hs.el \
|
||||
haskell-cabal.el \
|
||||
haskell-collapse.el haskell-commands.el \
|
||||
haskell-compat.el haskell-compile.el \
|
||||
haskell-complete-module.el haskell-completions.el \
|
||||
haskell-collapse.el \
|
||||
haskell-commands.el \
|
||||
haskell-compile.el \
|
||||
haskell-complete-module.el \
|
||||
haskell-completions.el \
|
||||
haskell-customize.el \
|
||||
haskell-debug.el haskell-decl-scan.el \
|
||||
haskell-doc.el haskell-font-lock.el \
|
||||
haskell-debug.el \
|
||||
haskell-decl-scan.el \
|
||||
haskell-doc.el \
|
||||
haskell-font-lock.el \
|
||||
haskell-ghc-support.el \
|
||||
haskell-hoogle.el \
|
||||
haskell-indent.el haskell-indentation.el \
|
||||
haskell-interactive-mode.el haskell-lexeme.el haskell-load.el \
|
||||
haskell-menu.el haskell-mode-pkg.el haskell-mode.el \
|
||||
haskell-mode-autoloads.el haskell-modules.el \
|
||||
haskell-move-nested.el haskell-navigate-imports.el \
|
||||
haskell-indent.el \
|
||||
haskell-indentation.el \
|
||||
haskell-interactive-mode.el \
|
||||
haskell-lexeme.el \
|
||||
haskell-load.el \
|
||||
haskell-menu.el \
|
||||
haskell-mode-autoloads.el \
|
||||
haskell-mode-pkg.el \
|
||||
haskell-mode.el \
|
||||
haskell-modules.el \
|
||||
haskell-move-nested.el \
|
||||
haskell-navigate-imports.el \
|
||||
haskell-presentation-mode.el \
|
||||
haskell-process.el haskell-repl.el haskell-sandbox.el \
|
||||
haskell-process.el \
|
||||
haskell-repl.el \
|
||||
haskell-sandbox.el \
|
||||
haskell-session.el \
|
||||
haskell-sort-imports.el haskell-string.el \
|
||||
haskell-unicode-input-method.el haskell-utils.el \
|
||||
haskell.el highlight-uses-mode.el inf-haskell.el \
|
||||
haskell-sort-imports.el \
|
||||
haskell-string.el \
|
||||
haskell-svg.el \
|
||||
haskell-unicode-input-method.el \
|
||||
haskell-utils.el \
|
||||
haskell.el \
|
||||
highlight-uses-mode.el \
|
||||
inf-haskell.el \
|
||||
w3m-haddock.el
|
||||
|
||||
PLIST_DIRS= share/emacs/site-lisp/${PORTNAME}/
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1474119287
|
||||
SHA256 (haskell-haskell-mode-v16.1_GH0.tar.gz) = 109d9a0070825745c20f590c7fd0a1d2bb873d931db5ecc7deea317ab864d43c
|
||||
SIZE (haskell-haskell-mode-v16.1_GH0.tar.gz) = 1192866
|
||||
TIMESTAMP = 1621678186
|
||||
SHA256 (haskell-haskell-mode-17.2_GH0.tar.gz) = 2cd6a872c75a94ee129aab83e5c14536eba09c30afd728c79323f52a59411dbe
|
||||
SIZE (haskell-haskell-mode-17.2_GH0.tar.gz) = 1144963
|
||||
|
Loading…
Reference in New Issue
Block a user