From b728294d3d2eb2836594ea0442b4c39410c6aed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Fri, 29 Aug 2014 19:27:22 +0200 Subject: [PATCH] Bump version to 5.0.1.2 --- ChangeLog | 7 +++++++ elisp/ghc.el | 2 +- ghc-mod.cabal | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e372862..2cd4c93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-08-29 v5.0.1.2 + * Merge #345, Try fixing duplicate errors + * Merge #344, elisp: Use advice to check syntax on save-buffer + * Merge #341, support `browse -d` in ghc-modi + * Merge #352, elisp: Fix C-u accidentally getting turned into a + prefix command + 2014-08-24 v5.0.1.1 * Fix CaseSplitting faliure when using "fancy types" (see #336) * Print error information in "spec" test suite when using `extract` diff --git a/elisp/ghc.el b/elisp/ghc.el index a54d586..17ee84a 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.0.0") +(defconst ghc-version "5.0.1.2") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 70b374e..31ac7b2 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 5.0.1.1 +Version: 5.0.1.2 Author: Kazu Yamamoto Daniel Gröber Alejandro Serrano