ghc-mod 1.10.1 → 1.10.2
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
- ErrMsg.hs +1/−1
- elisp/ghc.el +1/−1
- ghc-mod.cabal +1/−1
ErrMsg.hs view
@@ -58,7 +58,7 @@ ppMsg :: SrcSpan -> Message -> PprStyle -> String #if __GLASGOW_HASKELL__ >= 702 ppMsg (UnhelpfulSpan _) _ _ = undefined-ppMsg (RealSrcSpan src) msg _ = undefined+ppMsg (RealSrcSpan src) msg stl #else ppMsg src msg stl #endif
elisp/ghc.el view
@@ -16,7 +16,7 @@ ;;; Code: -(defconst ghc-version "1.10.1")+(defconst ghc-version "1.10.2") ;; (eval-when-compile ;; (require 'haskell-mode))
ghc-mod.cabal view
@@ -1,5 +1,5 @@ Name: ghc-mod-Version: 1.10.1+Version: 1.10.2 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3