From f0fdc48c47a520ae86c8d17cd4b8bf29d25fcae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Wed, 31 Dec 2014 22:59:59 +0100 Subject: [PATCH] Bump version to 5.2.1.2 --- ChangeLog | 8 ++++++++ elisp/ghc.el | 2 +- ghc-mod.cabal | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 21f26ed..464c71b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2014-12-31 v5.2.1.2 + * Merge #377, Fix `browse` erroneously thinking haskell2010 identifiers + are operators + * Fix incompatibility with monad-control >= 1.0.0 + * Fix temporary directories not being removed properly + * Merge #405, #408, a race condition in the Emacs frontend + * Merge #403, Support unicode quotes in module regexp + 2014-11-03 v5.2.1.1 * Fix `findCabalFiles` thinking `$HOME/.cabal` is a cabal file. * Support `where` clauses, `let` bindings and `case` expressions diff --git a/elisp/ghc.el b/elisp/ghc.el index fdfb1aa..6da90b9 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.1") +(defconst ghc-version "5.2.1.2") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 3f20b13..3697e97 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 5.2.1.1 +Version: 5.2.1.2 Author: Kazu Yamamoto Daniel Gröber Alejandro Serrano