Bump version to v5.1.1.0

This commit is contained in:
Daniel Gröber 2014-10-04 00:02:21 +02:00
parent 19951ecc71
commit de4fc7642d
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2014-10-04 v5.1.1.0
* Handle various consistency related issues: #222, #224, #326, #332
* Add `isOutdated` to Language.Haskell.GhcMod
2014-09-17 v5.1.0.2
* Fix building with haskell-src-exts < 1.16.0

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.1.0.2")
(defconst ghc-version "v5.1.1.0")
;; (eval-when-compile
;; (require 'haskell-mode))

View File

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