From 755fa41fc0f8ae8ffbc8c626063b8d1557d0501f Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Tue, 15 Jul 2014 11:54:39 +0900 Subject: [PATCH] ver bumps up for ghc.el. --- elisp/ghc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ghc.el b/elisp/ghc.el index 4b15f6d..7678cb3 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 "4.1.0") +(defconst ghc-version "5.0.0") ;; (eval-when-compile ;; (require 'haskell-mode))