diff mbox series

[bug#36045] tests: Fix hackage tests.

Message ID 20190601221602.74160-1-rob@vllmrt.net
State Accepted
Headers show
Series [bug#36045] tests: Fix hackage tests. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Robert Vollmert June 1, 2019, 10:16 p.m. UTC
* tests/hackage.scm: ghc-mtl is no longer added as an input.
---
 tests/hackage.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Comments

Ludovic Courtès June 2, 2019, 8:11 p.m. UTC | #1
Robert Vollmert <rob@vllmrt.net> skribis:

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

Applied, thanks!

Ludo'.
diff mbox series

Patch

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