tests: Fix hackage tests.
This is a followup to 1cc12357a6
.
* tests/hackage.scm: ghc-mtl is no longer added as an input.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b90ae065b5
commit
ea35f5c599
|
@ -178,8 +178,7 @@ library
|
||||||
('build-system 'haskell-build-system)
|
('build-system 'haskell-build-system)
|
||||||
('inputs
|
('inputs
|
||||||
('quasiquote
|
('quasiquote
|
||||||
(("ghc-http" ('unquote 'ghc-http))
|
(("ghc-http" ('unquote 'ghc-http)))))
|
||||||
("ghc-mtl" ('unquote 'ghc-mtl)))))
|
|
||||||
('home-page "http://test.org")
|
('home-page "http://test.org")
|
||||||
('synopsis (? string?))
|
('synopsis (? string?))
|
||||||
('description (? string?))
|
('description (? string?))
|
||||||
|
@ -225,8 +224,7 @@ library
|
||||||
('inputs
|
('inputs
|
||||||
('quasiquote
|
('quasiquote
|
||||||
(("ghc-b" ('unquote 'ghc-b))
|
(("ghc-b" ('unquote 'ghc-b))
|
||||||
("ghc-http" ('unquote 'ghc-http))
|
("ghc-http" ('unquote 'ghc-http)))))
|
||||||
("ghc-mtl" ('unquote 'ghc-mtl)))))
|
|
||||||
('native-inputs
|
('native-inputs
|
||||||
('quasiquote
|
('quasiquote
|
||||||
(("ghc-haskell-gi" ('unquote 'ghc-haskell-gi)))))
|
(("ghc-haskell-gi" ('unquote 'ghc-haskell-gi)))))
|
||||||
|
|
Loading…
Reference in New Issue