We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae1875 commit 7400678Copy full SHA for 7400678
haskell-mode-pkg.el
@@ -1,5 +1,7 @@
1
(define-package "haskell-mode" "13.17-git" "A Haskell editing mode"
2
- '((cl-lib "0.5")))
+ '((cl-lib "0.5"))
3
+ :url "https://github.com/haskell/haskell-mode"
4
+ :keywords '("haskell" "cabal" "ghc" "repl"))
5
;; Local Variables:
6
;; no-byte-compile: t
7
;; End:
0 commit comments