all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#36045] [PATCH] tests: Fix hackage tests.
@ 2019-06-01 22:16 Robert Vollmert
  2019-06-02 20:11 ` bug#36045: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Vollmert @ 2019-06-01 22:16 UTC (permalink / raw)
  To: 36045; +Cc: Robert Vollmert

* 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)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36045: [PATCH] tests: Fix hackage tests.
  2019-06-01 22:16 [bug#36045] [PATCH] tests: Fix hackage tests Robert Vollmert
@ 2019-06-02 20:11 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-06-02 20:11 UTC (permalink / raw)
  To: Robert Vollmert; +Cc: 36045-done

Robert Vollmert <rob@vllmrt.net> skribis:

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

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-02 20:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-01 22:16 [bug#36045] [PATCH] tests: Fix hackage tests Robert Vollmert
2019-06-02 20:11 ` bug#36045: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.