diff --git a/CHANGES.md b/CHANGES.md index 1775eae..83d6052 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -master (in development) -======================= +0.6 (Apr 04, 2015) +================== - Fix error when `default-directory` does not exist - Extract various additional GHC options [GH-25] [GH-26] diff --git a/flycheck-haskell.el b/flycheck-haskell.el index 90d2d8d..a71972e 100644 --- a/flycheck-haskell.el +++ b/flycheck-haskell.el @@ -6,7 +6,7 @@ ;; Author: Sebastian Wiesner ;; URL: https://github.com/flycheck/flycheck-haskell ;; Keywords: tools, convenience -;; Version: 0.6-cvs +;; Version: 0.6 ;; Package-Requires: ((flycheck "0.22") (haskell-mode "13.7") (dash "2.4.0") (let-alist "1.0.1")) ;; This file is not part of GNU Emacs.