From 7c7da2d176a7f8462f448f044f171a5811192e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Tue, 16 Sep 2014 06:14:52 +0200 Subject: [PATCH] Bump version to 5.0.0.1 --- ChangeLog | 4 ++++ elisp/ghc.el | 2 +- ghc-mod.cabal | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 54e242f..a2a68d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-09-16 v5.1.0.1 + * Fix building with haskell-src-exts-1.16.0 + * Loosen monad-journal dependency + 2014-09-12 v5.1.0.0 * GhcModError is now a recursive data type (`GMECabalConfigure`'s type changed) diff --git a/elisp/ghc.el b/elisp/ghc.el index 42cdf77..c9f9167 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.0") +(defconst ghc-version "5.1.0.1") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 77401af..b394af7 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 5.1.0.0 +Version: 5.1.0.1 Author: Kazu Yamamoto Daniel Gröber Alejandro Serrano