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:
parent
92833da809
commit
6abd8a3eaa
@ -1,5 +1,5 @@
|
||||
(define-package
|
||||
"ghc-mod"
|
||||
"ghc"
|
||||
2.0.0
|
||||
"Sub mode for Haskell mode"
|
||||
nil)
|
||||
|
Loading…
Reference in New Issue
Block a user