diff --git a/ChangeLog b/ChangeLog index 54e242f..a2a68d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-09-16 v5.1.0.1 + * Fix building with haskell-src-exts-1.16.0 + * Loosen monad-journal dependency + 2014-09-12 v5.1.0.0 * GhcModError is now a recursive data type (`GMECabalConfigure`'s type changed) diff --git a/elisp/ghc.el b/elisp/ghc.el index 42cdf77..c9f9167 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -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.0") +(defconst ghc-version "5.1.0.1") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 77401af..b394af7 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 5.1.0.0 +Version: 5.1.0.1 Author: Kazu Yamamoto Daniel Gröber Alejandro Serrano