From cd4a839f3502b69c90af978473e9d42d76a9df0d Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 9 Feb 2012 17:00:20 +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 bec87a1..086bbff 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -16,7 +16,7 @@ ;;; Code: -(defconst ghc-version "1.10.1") +(defconst ghc-version "1.10.2") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index a7ad773..a4f4345 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 1.10.1 +Version: 1.10.2 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3