We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fae1875 + 7400678 commit 78e6d50Copy full SHA for 78e6d50
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