From cb2eb3f1b37ddd83a3a17d19405f4dafd5013aae Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 4 Jun 2012 16:06:01 +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 480cda9..c77a557 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -16,7 +16,7 @@ ;;; Code: -(defconst ghc-version "1.10.15") +(defconst ghc-version "1.10.16") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 21ccc52..447a5a6 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 1.10.15 +Version: 1.10.16 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3