Bump version to 5.2.1.0

This commit is contained in:
Daniel Gröber 2014-11-02 19:08:23 +01:00
parent bb17acc9a4
commit 915598d820
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2014-11-02 v5.2.1.0
* Fix `newTempDir` on Windows
* GhcModT's liftIO instance now converts GhcMOdError exceptions
into monadic failures
2014-10-30 v5.2.0.0
* Return type of `loadSymbolDb` is now in GhcModT
* Function `dumpSymbol` now takes the path of the target directory

View File

@ -28,7 +28,7 @@
(< emacs-minor-version minor)))
(error "ghc-mod requires at least Emacs %d.%d" major minor)))
(defconst ghc-version "5.2.0.0")
(defconst ghc-version "5.2.1.0")
;; (eval-when-compile
;; (require 'haskell-mode))

View File

@ -1,5 +1,5 @@
Name: ghc-mod
Version: 5.2.0.0
Version: 5.2.1.0
Author: Kazu Yamamoto <kazu@iij.ad.jp>
Daniel Gröber <dxld@darkboxed.org>
Alejandro Serrano <trupill@gmail.com>