for GHC 7.0.x.

This commit is contained in:
Kazu Yamamoto 2012-02-21 16:35:28 +09:00
parent 4d0832fa0f
commit 35c312b009
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{-# LANGUAGE TupleSections, FlexibleInstances #-}
{-# LANGUAGE TupleSections, FlexibleInstances, TypeSynonymInstances #-}
module Info (infoExpr, typeExpr) where

View File

@ -16,7 +16,7 @@
;;; Code:
(defconst ghc-version "1.10.8")
(defconst ghc-version "1.10.9")
;; (eval-when-compile
;; (require 'haskell-mode))

View File

@ -1,5 +1,5 @@
Name: ghc-mod
Version: 1.10.8
Version: 1.10.9
Author: Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
License: BSD3