From 6abd8a3eaa0af68d97aef43ecee455d3f9b8a8ca Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Mon, 20 May 2013 15:40:01 +0200 Subject: [PATCH] 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. --- elisp/ghc-pkg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ghc-pkg.el b/elisp/ghc-pkg.el index 7d2b688..62e8c2e 100644 --- a/elisp/ghc-pkg.el +++ b/elisp/ghc-pkg.el @@ -1,5 +1,5 @@ (define-package - "ghc-mod" + "ghc" 2.0.0 "Sub mode for Haskell mode" nil)