From d560a2c781621a8a01bac42d3a508f165547ebde Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Sat, 29 Aug 2020 22:27:09 -0500 Subject: gnu: emacs-haskell-mode: Delete test failing on Emacs 27.1. * gnu/packages/emacs-xyz.scm (emacs-haskell-mode)[arguments]: Add "haskell-indent-tests.el" to list of deleted tests as it currently fails on Emacs 27.1 https://github.com/haskell/haskell-mode/issues/1714 --- gnu/packages/emacs-xyz.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ff789ffedf..c6d95d9b83 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -959,8 +959,13 @@ (define emacs-prefix? (cut string-prefix? "emacs-" <>)) ;; native input. (lambda _ (with-directory-excursion "tests" + ;; File `haskell-indent-tests.el' fails with + ;; `haskell-indent-put-region-in-literate-2' + ;; on Emacs 27.1+ + ;; XXX: https://github.com/haskell/haskell-mode/issues/1714 (for-each delete-file - '("haskell-customize-tests.el" + '("haskell-indent-tests.el" + "haskell-customize-tests.el" "inferior-haskell-tests.el"))) #t)) (replace 'install -- cgit v1.2.3