ghc-mod 1.10.8 → 1.10.9
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
- Info.hs +1/−1
- elisp/ghc.el +1/−1
- ghc-mod.cabal +1/−1
Info.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE TupleSections, FlexibleInstances #-}+{-# LANGUAGE TupleSections, FlexibleInstances, TypeSynonymInstances #-} module Info (infoExpr, typeExpr) where
elisp/ghc.el view
@@ -16,7 +16,7 @@ ;;; Code: -(defconst ghc-version "1.10.8")+(defconst ghc-version "1.10.9") ;; (eval-when-compile ;; (require 'haskell-mode))
ghc-mod.cabal view
@@ -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