packages feed

ghc-mod 1.10.14 → 1.10.15

raw patch · 3 files changed

+3/−3 lines, 3 files

Files

elisp/ghc-comp.el view
@@ -110,7 +110,7 @@     (ghc-read-lisp-list      (lambda ()        (message "Loading names...")-       (apply 'call-process ghc-module-command nil t nil+       (apply 'call-process ghc-module-command nil '(t nil) nil 	      `(,@(ghc-make-ghc-options) "-l" "browse" ,@mods))        (message "Loading names...done"))      (length mods))))
elisp/ghc.el view
@@ -16,7 +16,7 @@  ;;; Code: -(defconst ghc-version "1.10.14")+(defconst ghc-version "1.10.15")  ;; (eval-when-compile ;;  (require 'haskell-mode))
ghc-mod.cabal view
@@ -1,5 +1,5 @@ Name:                   ghc-mod-Version:                1.10.14+Version:                1.10.15 Author:                 Kazu Yamamoto <kazu@iij.ad.jp> Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp> License:                BSD3