tests: Fix hackage tests.
authorRobert Vollmert <rob@vllmrt.net>
Sat, 1 Jun 2019 22:16:02 +0000 (00:16 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 2 Jun 2019 20:07:53 +0000 (22:07 +0200)
This is a followup to 1cc12357a65e4479c2f4735e915941382ef82d94.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
tests/hackage.scm

index e5f3d6c..269c1e1 100644 (file)
@@ -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)))))