Bump version to 5.0.1.2

This commit is contained in:
Daniel Gröber 2014-08-29 19:27:22 +02:00
parent 510ca3d3b6
commit b728294d3d
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2014-08-29 v5.0.1.2
* Merge #345, Try fixing duplicate errors
* Merge #344, elisp: Use advice to check syntax on save-buffer
* Merge #341, support `browse -d` in ghc-modi
* Merge #352, elisp: Fix C-u accidentally getting turned into a
prefix command
2014-08-24 v5.0.1.1
* Fix CaseSplitting faliure when using "fancy types" (see #336)
* Print error information in "spec" test suite when using `extract`

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

View File

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