diff --git a/elisp/ghc.el b/elisp/ghc.el index 4400401..d441fa2 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -16,7 +16,7 @@ ;;; Code: -(defconst ghc-version "1.10.10") +(defconst ghc-version "1.10.11") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 0556912..0a032b9 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 1.10.10 +Version: 1.10.11 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 @@ -16,7 +16,8 @@ Description: This packages includes Elisp files or extracts names of functions, classes, and data declarations. To use "ghc-mod" on Vim, - see + see or + Category: Development Cabal-Version: >= 1.6 Build-Type: Simple