diff --git a/tests/hackage.scm b/tests/hackage.scm index dcf9902c97..073e35ad05 100644 --- a/tests/hackage.scm +++ b/tests/hackage.scm @@ -411,9 +411,7 @@ executable cabal ('base32 (? string? hash))))) ('build-system 'haskell-build-system) - ('inputs - ('quasiquote - (("ghc-http" ('unquote 'ghc-http))))) + ('inputs ('list 'ghc-http)) ('home-page "http://test.org") ('synopsis (? string?)) ('description (? string?))