mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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
1 changed files with 2 additions and 4 deletions
|
@ -178,8 +178,7 @@ (define-package-matcher match-ghc-foo
|
|||
('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 @@ (define-package-matcher match-ghc-foo-6
|
|||
('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)))))
|
||||
|
|
Loading…
Reference in a new issue