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.
This commit is contained in:
Steve Purcell 2013-05-20 15:40:01 +02:00
parent 92833da809
commit 6abd8a3eaa

View File

@ -1,5 +1,5 @@
(define-package
"ghc-mod"
"ghc"
2.0.0
"Sub mode for Haskell mode"
nil)