From 18138a7866638c840ee9e04d4a2136cf2ef2cf00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Mon, 3 Nov 2014 01:21:13 +0100 Subject: [PATCH] Bump version to 5.2.1.1 --- ChangeLog | 3 +++ elisp/ghc.el | 2 +- ghc-mod.cabal | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1b9659b..d81b5dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2014-11-03 v5.2.1.1 + * Fix `findCabalFiles` thinking `$HOME/.cabal` is a cabal file. + 2014-11-02 v5.2.1.0 * Fix `newTempDir` on Windows * GhcModT's liftIO instance now converts GhcMOdError exceptions diff --git a/elisp/ghc.el b/elisp/ghc.el index 5d5f06c..fdfb1aa 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -28,7 +28,7 @@ (< emacs-minor-version minor))) (error "ghc-mod requires at least Emacs %d.%d" major minor))) -(defconst ghc-version "5.2.1.0") +(defconst ghc-version "5.2.1.1") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 5593d8f..3f20b13 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 5.2.1.0 +Version: 5.2.1.1 Author: Kazu Yamamoto Daniel Gröber Alejandro Serrano