haskellPackages.hgeometry-combinatorial: move test suite override

This override looks to be permanent as upstream does not intend on
removing the dependency on cabal-install.
This commit is contained in:
sternenseemann
2026-04-19 17:59:46 +02:00
parent c9771f6df7
commit 88ea239695
2 changed files with 5 additions and 7 deletions
@@ -2091,15 +2091,9 @@ with haskellLib;
# test suite doesn't compile anymore due to changed hunit/tasty APIs
fullstop = dontCheck super.fullstop;
# * doctests don't work without cabal
# https://github.com/noinia/hgeometry/issues/132
# * Too strict version bound on vector-builder
# https://github.com/noinia/hgeometry/commit/a6abecb1ce4a7fd96b25cc1a5c65cd4257ecde7a#commitcomment-49282301
hgeometry-combinatorial = dontCheck (doJailbreak super.hgeometry-combinatorial);
# Too strict bounds on containers
# https://github.com/jswebtools/language-ecmascript-analysis/issues/1
language-ecmascript-analysis = doJailbreak super.language-ecmascript-analysis;
hgeometry-combinatorial = doJailbreak super.hgeometry-combinatorial;
cli-git = addBuildTool pkgs.git super.cli-git;
@@ -538,6 +538,10 @@ builtins.intersectAttrs super {
# Wants to execute cabal-install
ghci-quickfix = dontCheck super.ghci-quickfix;
# * doctests don't work without cabal-install
# https://github.com/noinia/hgeometry/issues/132 krank:ignore-line
hgeometry-combinatorial = dontCheck super.hgeometry-combinatorial;
# These packages try to access the network.
amqp = dontCheck super.amqp;
amqp-conduit = dontCheck super.amqp-conduit;