From e537624e65b82553436100ef091f7e882f1d6122 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 7 Apr 2014 15:04:27 +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 3586cda..a08188b 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -19,7 +19,7 @@ ;;; Code: -(defconst ghc-version "4.0.1") +(defconst ghc-version "4.0.2") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index e230e59..be8c222 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 4.0.1 +Version: 4.0.2 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3