diff options
| author | Robert Vollmert <rob@vllmrt.net> | 2019-06-02 00:16:02 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-02 22:07:53 +0200 |
| commit | ea35f5c599a2fe4d6ab2925b1030f64e8b21e195 (patch) | |
| tree | 8e70a82fd864045ac46fd161b40157e52de2be43 /tests/hackage.scm | |
| parent | b90ae065b5a5fab4ed475bf2faa3a84476389a02 (diff) | |
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 <ludo@gnu.org>
Diffstat (limited to 'tests/hackage.scm')
| -rw-r--r-- | tests/hackage.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/hackage.scm b/tests/hackage.scm index e5f3d6caed5..269c1e1f9b4 100644 --- a/tests/hackage.scm +++ b/tests/hackage.scm | |||
| @@ -178,8 +178,7 @@ library | |||
| 178 | ('build-system 'haskell-build-system) | 178 | ('build-system 'haskell-build-system) |
| 179 | ('inputs | 179 | ('inputs |
| 180 | ('quasiquote | 180 | ('quasiquote |
| 181 | (("ghc-http" ('unquote 'ghc-http)) | 181 | (("ghc-http" ('unquote 'ghc-http))))) |
| 182 | ("ghc-mtl" ('unquote 'ghc-mtl))))) | ||
| 183 | ('home-page "http://test.org") | 182 | ('home-page "http://test.org") |
| 184 | ('synopsis (? string?)) | 183 | ('synopsis (? string?)) |
| 185 | ('description (? string?)) | 184 | ('description (? string?)) |
| @@ -225,8 +224,7 @@ library | |||
| 225 | ('inputs | 224 | ('inputs |
| 226 | ('quasiquote | 225 | ('quasiquote |
| 227 | (("ghc-b" ('unquote 'ghc-b)) | 226 | (("ghc-b" ('unquote 'ghc-b)) |
| 228 | ("ghc-http" ('unquote 'ghc-http)) | 227 | ("ghc-http" ('unquote 'ghc-http))))) |
| 229 | ("ghc-mtl" ('unquote 'ghc-mtl))))) | ||
| 230 | ('native-inputs | 228 | ('native-inputs |
| 231 | ('quasiquote | 229 | ('quasiquote |
| 232 | (("ghc-haskell-gi" ('unquote 'ghc-haskell-gi))))) | 230 | (("ghc-haskell-gi" ('unquote 'ghc-haskell-gi))))) |
