diff --git a/ChangeLog b/ChangeLog index 844c0be..9eb340a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,8 +5,6 @@ UNRELEASED v5.1.0.0 the ErrorT part of GhcModT on `liftIO`. * Make `loadSymbolDb` polimorphic in the return types's monad. * Add `hoistGhcModT` to Language.Haskell.GhcMod.Internal - -UNRELEASED v5.0.1.3 * Fix `check` command for modules using `-XPatternSynonyms` * Merge #364, Support cabal configuration flags diff --git a/elisp/ghc.el b/elisp/ghc.el index a54d586..42cdf77 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.0.0") +(defconst ghc-version "5.1.0.0") ;; (eval-when-compile ;; (require 'haskell-mode))