From 7277d4d6c3d48648c4e7eeff67b3e29bbb5cffd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Sun, 24 Aug 2014 14:49:30 +0200 Subject: [PATCH] Bump version to 5.0.1.1 --- ChangeLog | 7 +++++++ ghc-mod.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 743752d..e372862 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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` + +2014-08-20 v5.0.1 + * Fix missing file in "Data-Files" + 2014-08-20 v5.0.0 * ghc-mod consumes much less memory than ghc-mod-4.1. * @serras brought the results of Google Summer code diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 5bbac43..70b374e 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 5.0.1 +Version: 5.0.1.1 Author: Kazu Yamamoto Daniel Gröber Alejandro Serrano