Bump version to 5.1.0.2
This commit is contained in:
parent
7665d500d2
commit
dfb34b7196
@ -1,3 +1,6 @@
|
|||||||
|
2014-09-17 v5.1.0.2
|
||||||
|
* Fix building with haskell-src-exts < 1.16.0
|
||||||
|
|
||||||
2014-09-16 v5.1.0.1
|
2014-09-16 v5.1.0.1
|
||||||
* Fix building with haskell-src-exts-1.16.0
|
* Fix building with haskell-src-exts-1.16.0
|
||||||
* Loosen monad-journal dependency
|
* Loosen monad-journal dependency
|
||||||
|
@ -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.1.0.1")
|
(defconst ghc-version "5.1.0.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.1.0.1
|
Version: 5.1.0.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