diff options
| author | hololeap <hololeap@protonmail.com> | 2023-11-15 10:22:59 -0700 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:39 +0000 |
| commit | bc26dc90eb189ca9e0b637325ede65cc915589d2 (patch) | |
| tree | 8fd449ea58380762f55c81089d8befd7ea899d7f /dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild | |
| parent | e8ddcffe7b398a85051eb30eb204c3917f5d1e58 (diff) | |
| download | gentoo-bc26dc90eb189ca9e0b637325ede65cc915589d2.tar.gz gentoo-bc26dc90eb189ca9e0b637325ede65cc915589d2.tar.bz2 gentoo-bc26dc90eb189ca9e0b637325ede65cc915589d2.zip | |
dev-haskell/bsb-http-chunked: Add conditional upper bound to ghc dep
Tests included with bsb-http-chunked-0.0.0.4 do not work with
>=ghc-9.2. Add an upper bound for dev-lang/ghc if USE=test is enabled.
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild')
| -rw-r--r-- | dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild b/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild index 934de12c6e19..5dd3456be0d4 100644 --- a/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild +++ b/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild @@ -19,6 +19,14 @@ IUSE="" RDEPEND=">=dev-lang/ghc-7.10.1:= " + +# Tests do not work correctly on >=ghc-9.2 +RDEPEND+=" + test? ( + <dev-lang/ghc-9.1 + ) +" + DEPEND="${RDEPEND} >=dev-haskell/cabal-1.22.2.0 test? ( dev-haskell/attoparsec |
