From de4fc7642d05750458723dfb3a26838db45a4fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Sat, 4 Oct 2014 00:02:21 +0200 Subject: [PATCH] Bump version to v5.1.1.0 --- ChangeLog | 4 ++++ elisp/ghc.el | 2 +- ghc-mod.cabal | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d5178b..8e725b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-04 v5.1.1.0 + * Handle various consistency related issues: #222, #224, #326, #332 + * Add `isOutdated` to Language.Haskell.GhcMod + 2014-09-17 v5.1.0.2 * Fix building with haskell-src-exts < 1.16.0 diff --git a/elisp/ghc.el b/elisp/ghc.el index 4e7d59f..4455bac 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.1.0.2") +(defconst ghc-version "v5.1.1.0") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 5d6a156..4f35713 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 5.1.0.2 +Version: 5.1.1.0 Author: Kazu Yamamoto Daniel Gröber Alejandro Serrano