diff --git a/elisp/ghc.el b/elisp/ghc.el index bb452c3..767fb99 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -16,7 +16,7 @@ ;;; Code: -(defconst ghc-version "1.10.13") +(defconst ghc-version "1.10.14") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 526606d..e3cf172 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 1.10.13 +Version: 1.10.14 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3