guix-commits
[Top][All Lists]
Advanced

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

07/10: tests: Fix hackage tests.


From: guix-commits
Subject: 07/10: tests: Fix hackage tests.
Date: Sun, 2 Jun 2019 16:21:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ea35f5c599a2fe4d6ab2925b1030f64e8b21e195
Author: Robert Vollmert <address@hidden>
Date:   Sun Jun 2 00:16:02 2019 +0200

    tests: Fix hackage tests.
    
    This is a followup to 1cc12357a65e4479c2f4735e915941382ef82d94.
    
    * tests/hackage.scm: ghc-mtl is no longer added as an input.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 tests/hackage.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/hackage.scm b/tests/hackage.scm
index e5f3d6c..269c1e1 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)))))



reply via email to

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