about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/elpa/haskell-mode-20180601.143/haskell-mode-pkg.el
blob: 5b37f9cac52b4671eb165a27c0d25f70a084412e (plain) (blame)
1
2
3
4
5
6
7
8
(define-package "haskell-mode" "20180601.143" "A Haskell editing mode"
  '((emacs "24.3"))
  :keywords
  '("haskell" "cabal" "ghc" "repl")
  :url "https://github.com/haskell/haskell-mode")
;; Local Variables:
;; no-byte-compile: t
;; End: