ghc-mod/elisp/ghc-pkg.el
Steve Purcell 6abd8a3eaa Fix package name in ghc-pkg.el
The public name of this package is "ghc", based on the package names on both Marmalade and Melpa, and on the name of the ghc-pkg.el file. This commit fixes the contents of the -pkg.el file so that the name specified therein matches the external package name.
2013-05-20 15:40:01 +02:00

6 lines
69 B
EmacsLisp

(define-package
"ghc"
2.0.0
"Sub mode for Haskell mode"
nil)