diff --git a/elisp/ghc.el b/elisp/ghc.el index 8afcd5c..69cee97 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -16,7 +16,7 @@ ;;; Code: -(defconst ghc-version "1.10.5") +(defconst ghc-version "1.10.6") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index de73929..a79b488 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 1.10.5 +Version: 1.10.6 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3