[PATCH] tests: Fix hackage tests.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Robert Vollmert
Owner
unassigned
Submitted by
Robert Vollmert
Severity
normal
R
R
Robert Vollmert wrote on 2 Jun 2019 00:16
(address . guix-patches@gnu.org)(name . Robert Vollmert)(address . rob@vllmrt.net)
20190601221602.74160-1-rob@vllmrt.net
* tests/hackage.scm: ghc-mtl is no longer added as an input.
---
tests/hackage.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

Toggle diff (26 lines)
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)
L
L
Ludovic Courtès wrote on 2 Jun 2019 22:11
(name . Robert Vollmert)(address . rob@vllmrt.net)(address . 36045-done@debbugs.gnu.org)
87v9xn7nnb.fsf@gnu.org
Robert Vollmert <rob@vllmrt.net> skribis:

Toggle quote (2 lines)
> * tests/hackage.scm: ghc-mtl is no longer added as an input.

Applied, thanks!

Ludo'.
Closed
?