From b9890a90edeaa90a0fa0450110dda3fb7d0d0276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Fri, 29 Aug 2014 19:37:29 +0200 Subject: [PATCH] ChangeLog --- ChangeLog | 15 +++++++++++++++ ghc-mod.cabal | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e372862..dd344d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +UNRELEASED v5.1.0.0 + * GhcModError is now a recursive data type (`GMECabalConfigure`'s + type changed) + * GhcModT's MonadIO instance now converts IOError's to failures in + the ErrorT part of GhcModT on `liftIO`. + * Make `loadSymbolDb` polimorphic in the return types's monad. + * Add `hoistGhcModT` to Language.Haskell.GhcMod.Internal + +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/ghc-mod.cabal b/ghc-mod.cabal index c01e19d..b559cc0 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 5.0.1.1 +Version: 5.1.0.0 Author: Kazu Yamamoto Daniel Gröber Alejandro Serrano