Skip to content

Commit 78e6d50

Browse files
committed
Merge pull request #1049 from hvr/pr/pkg-metainfo
Define url and some keywords/tags for haskell-mode
2 parents fae1875 + 7400678 commit 78e6d50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

haskell-mode-pkg.el

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
(define-package "haskell-mode" "13.17-git" "A Haskell editing mode"
2-
'((cl-lib "0.5")))
2+
'((cl-lib "0.5"))
3+
:url "https://github.com/haskell/haskell-mode"
4+
:keywords '("haskell" "cabal" "ghc" "repl"))
35
;; Local Variables:
46
;; no-byte-compile: t
57
;; End:

0 commit comments

Comments
 (0)