ghc-mod 1.10.15 → 1.10.16
raw patch · 3 files changed
+4/−3 lines, 3 files
Files
- GHCApi.hs +2/−1
- elisp/ghc.el +1/−1
- ghc-mod.cabal +1/−1
GHCApi.hs view
@@ -21,8 +21,9 @@ where ignore :: Alternative m => SomeException -> IO (m a) ignore e = do+ hPutStr stderr "Dummy:0:0:Error:" hPrint stderr e- exitFailure+ exitSuccess ----------------------------------------------------------------
elisp/ghc.el view
@@ -16,7 +16,7 @@ ;;; Code: -(defconst ghc-version "1.10.15")+(defconst ghc-version "1.10.16") ;; (eval-when-compile ;; (require 'haskell-mode))
ghc-mod.cabal view
@@ -1,5 +1,5 @@ Name: ghc-mod-Version: 1.10.15+Version: 1.10.16 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3