From 35c312b0096ebfc8493aeacbff0c020bb6f192d0 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Tue, 21 Feb 2012 16:35:28 +0900 Subject: [PATCH] for GHC 7.0.x. --- Info.hs | 2 +- elisp/ghc.el | 2 +- ghc-mod.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Info.hs b/Info.hs index a8a2520..c2be7b3 100644 --- a/Info.hs +++ b/Info.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE TupleSections, FlexibleInstances #-} +{-# LANGUAGE TupleSections, FlexibleInstances, TypeSynonymInstances #-} module Info (infoExpr, typeExpr) where diff --git a/elisp/ghc.el b/elisp/ghc.el index fe79a8b..6898ba0 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -16,7 +16,7 @@ ;;; Code: -(defconst ghc-version "1.10.8") +(defconst ghc-version "1.10.9") ;; (eval-when-compile ;; (require 'haskell-mode)) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index e8a3914..e0b8743 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 1.10.8 +Version: 1.10.9 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3