Bump version to 5.2.1.2
This commit is contained in:
parent
8233465a3f
commit
f0fdc48c47
@ -1,3 +1,11 @@
|
|||||||
|
2014-12-31 v5.2.1.2
|
||||||
|
* Merge #377, Fix `browse` erroneously thinking haskell2010 identifiers
|
||||||
|
are operators
|
||||||
|
* Fix incompatibility with monad-control >= 1.0.0
|
||||||
|
* Fix temporary directories not being removed properly
|
||||||
|
* Merge #405, #408, a race condition in the Emacs frontend
|
||||||
|
* Merge #403, Support unicode quotes in module regexp
|
||||||
|
|
||||||
2014-11-03 v5.2.1.1
|
2014-11-03 v5.2.1.1
|
||||||
* Fix `findCabalFiles` thinking `$HOME/.cabal` is a cabal file.
|
* Fix `findCabalFiles` thinking `$HOME/.cabal` is a cabal file.
|
||||||
* Support `where` clauses, `let` bindings and `case` expressions
|
* Support `where` clauses, `let` bindings and `case` expressions
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
(< emacs-minor-version minor)))
|
(< emacs-minor-version minor)))
|
||||||
(error "ghc-mod requires at least Emacs %d.%d" major minor)))
|
(error "ghc-mod requires at least Emacs %d.%d" major minor)))
|
||||||
|
|
||||||
(defconst ghc-version "5.2.1.1")
|
(defconst ghc-version "5.2.1.2")
|
||||||
|
|
||||||
;; (eval-when-compile
|
;; (eval-when-compile
|
||||||
;; (require 'haskell-mode))
|
;; (require 'haskell-mode))
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 5.2.1.1
|
Version: 5.2.1.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
Daniel Gröber <dxld@darkboxed.org>
|
Daniel Gröber <dxld@darkboxed.org>
|
||||||
Alejandro Serrano <trupill@gmail.com>
|
Alejandro Serrano <trupill@gmail.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user