From 2c320d403233841718fe643aeb5a1b4ccfeb6f8d Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 27 Feb 2012 13:02:02 +0900 Subject: [PATCH] ver bumps up. --- elisp/ghc.el | 2 +- ghc-mod.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elisp/ghc.el b/elisp/ghc.el index a4e3c5f..43e41c7 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -16,7 +16,7 @@ ;;; Code: -(defconst ghc-version "1.10.9") +(defconst ghc-version "1.10.10") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index e0b8743..25f58d7 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 1.10.9 +Version: 1.10.10 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3