[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70923] [PATCH v4 07/11] import: hackage: Use 'maybe-list-field' pro
From: |
Lars-Dominik Braun |
Subject: |
[bug#70923] [PATCH v4 07/11] import: hackage: Use 'maybe-list-field' procedure. |
Date: |
Tue, 10 Dec 2024 18:35:26 +0100 |
Hi,
> --- a/tests/hackage.scm
> +++ b/tests/hackage.scm
> @@ -67,7 +67,7 @@ (define test-cabal-3
> if impl(ghc>=7.2&&<7.6)
> Build-depends: ghc-b
> if impl(ghc == 7.8)
> - Build-depends:
> + Build-depends:
> HTTP >= 4000.2.5 && < 4000.3,
> mtl >= 2.0 && < 3
> ")
> @@ -86,7 +86,7 @@ (define test-cabal-4
> if impl(ghc>=7.2&&<7.6)
> Build-depends: ghc-b
> if impl(ghc == 7.8)
> - Build-depends:
> + Build-depends:
> HTTP >= 4000.2.5 && < 4000.3,
> mtl >= 2.0 && < 3
> ")
> @@ -101,7 +101,7 @@ (define test-cabal-5
> license: BSD3
> library
> if impl(ghc == 7.8)
> - Build-depends:
> + Build-depends:
> HTTP >= 4000.2.5 && < 4000.3,
> if impl(ghc -any)
> Build-depends: mtl >= 2.0 && < 3
> @@ -126,7 +126,7 @@ (define test-cabal-6
> if impl(ghc>=7.2&&<7.6)
> Build-depends: ghc-b
> if impl(ghc == 7.8)
> - Build-depends:
> + Build-depends:
> HTTP >= 4000.2.5 && < 4000.3,
> mtl >= 2.0 && < 3
> ")
why are these changes to the tests required? Having a space after the
colon is legal as far as I know.
Lars
- [bug#70923] [PATCH v4 01/11] build-system: cargo: Accept unlabeled #:cargo-inputs., Herman Rimm, 2024/12/09
- [bug#70923] [PATCH v4 02/11] import: utils: Emit new-style package inputs., Herman Rimm, 2024/12/09
- [bug#70923] [PATCH v4 03/11] import: crate: Emit new-style package inputs., Herman Rimm, 2024/12/09
- [bug#70923] [PATCH v4 04/11] import: utils: Add 'maybe-upstream-inputs' procedure., Herman Rimm, 2024/12/09
- [bug#70923] [PATCH v4 07/11] import: hackage: Use 'maybe-list-field' procedure., Herman Rimm, 2024/12/09
- [bug#70923] [PATCH v4 07/11] import: hackage: Use 'maybe-list-field' procedure.,
Lars-Dominik Braun <=
- [bug#70923] [PATCH v4 06/11] import: elpa: Use maybe-propagated-inputs procedure., Herman Rimm, 2024/12/09
- [bug#70923] [PATCH v4 08/11] import: cran: Use 'maybe-list-field' procedure., Herman Rimm, 2024/12/09
- [bug#70923] [PATCH v4 10/11] import: egg: Use maybe-*inputs procedures., Herman Rimm, 2024/12/09
- [bug#70923] [PATCH v4 11/11] import: hexpm: Use (guix import utils) 'maybe-inputs' procedure., Herman Rimm, 2024/12/09
- [bug#70923] [PATCH v4 09/11] import: cpan: Use 'maybe-upstream-inputs' procedure., Herman Rimm, 2024/12/09
- [bug#70923] [PATCH v4 05/11] import: pypi: Use 'maybe-list-field' procedure., Herman Rimm, 2024/12/09
- [bug#70923] [PATCH v4 01/11] build-system: cargo: Accept unlabeled #:cargo-inputs., Efraim Flashner, 2024/12/10