emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#36045: closed ([PATCH] tests: Fix hackage tests.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36045: closed ([PATCH] tests: Fix hackage tests.)
Date: Sun, 02 Jun 2019 20:13:03 +0000

Your message dated Sun, 02 Jun 2019 22:11:52 +0200
with message-id <address@hidden>
and subject line Re: [bug#36045] [PATCH] tests: Fix hackage tests.
has caused the debbugs.gnu.org bug report #36045,
regarding [PATCH] tests: Fix hackage tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
36045: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36045
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] tests: Fix hackage tests. Date: Sun, 2 Jun 2019 00:16:02 +0200
* tests/hackage.scm: ghc-mtl is no longer added as an input.
---
 tests/hackage.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/hackage.scm b/tests/hackage.scm
index e5f3d6caed..269c1e1f9b 100644
--- a/tests/hackage.scm
+++ b/tests/hackage.scm
@@ -178,8 +178,7 @@ library
     ('build-system 'haskell-build-system)
     ('inputs
      ('quasiquote
-      (("ghc-http" ('unquote 'ghc-http))
-       ("ghc-mtl" ('unquote 'ghc-mtl)))))
+      (("ghc-http" ('unquote 'ghc-http)))))
     ('home-page "http://test.org";)
     ('synopsis (? string?))
     ('description (? string?))
@@ -225,8 +224,7 @@ library
     ('inputs
      ('quasiquote
       (("ghc-b" ('unquote 'ghc-b))
-       ("ghc-http" ('unquote 'ghc-http))
-       ("ghc-mtl" ('unquote 'ghc-mtl)))))
+       ("ghc-http" ('unquote 'ghc-http)))))
     ('native-inputs
      ('quasiquote
       (("ghc-haskell-gi" ('unquote 'ghc-haskell-gi)))))
-- 
2.20.1 (Apple Git-117)




--- End Message ---
--- Begin Message --- Subject: Re: [bug#36045] [PATCH] tests: Fix hackage tests. Date: Sun, 02 Jun 2019 22:11:52 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Robert Vollmert <address@hidden> skribis:

> * tests/hackage.scm: ghc-mtl is no longer added as an input.

Applied, thanks!

Ludo'.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]