Bump version to 5.2.1.1
This commit is contained in:
parent
ac4fadf0d0
commit
18138a7866
@ -1,3 +1,6 @@
|
||||
2014-11-03 v5.2.1.1
|
||||
* Fix `findCabalFiles` thinking `$HOME/.cabal` is a cabal file.
|
||||
|
||||
2014-11-02 v5.2.1.0
|
||||
* Fix `newTempDir` on Windows
|
||||
* GhcModT's liftIO instance now converts GhcMOdError exceptions
|
||||
|
@ -28,7 +28,7 @@
|
||||
(< emacs-minor-version minor)))
|
||||
(error "ghc-mod requires at least Emacs %d.%d" major minor)))
|
||||
|
||||
(defconst ghc-version "5.2.1.0")
|
||||
(defconst ghc-version "5.2.1.1")
|
||||
|
||||
;; (eval-when-compile
|
||||
;; (require 'haskell-mode))
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ghc-mod
|
||||
Version: 5.2.1.0
|
||||
Version: 5.2.1.1
|
||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
Daniel Gröber <dxld@darkboxed.org>
|
||||
Alejandro Serrano <trupill@gmail.com>
|
||||
|
Loading…
Reference in New Issue
Block a user