Skip to content
Snippets Groups Projects
Commit 2dc723b5 authored by Artem Pelenitsyn's avatar Artem Pelenitsyn Committed by Mergify
Browse files

cabal-testsuite: add conditional to setup-depends to make all build

plans viable from 7.x through 9.4
parent 78cbeba1
Branches gb/no-reconfigure-test-flags
No related tags found
No related merge requests found
......@@ -114,6 +114,10 @@ custom-setup
-- we only depend on even stable releases of lib:Cabal
-- and due to Custom complexity and ConstraintSetupCabalMaxVersion
-- it can't be the current version
setup-depends: Cabal == 3.6.*,
Cabal-syntax == 3.6.*,
base, filepath, directory
if impl(ghc < 8)
setup-depends: Cabal == 3.6.*,
Cabal-syntax == 3.6.*,
else
setup-depends: Cabal == 3.8.*,
Cabal-syntax == 3.8.*,
setup-depends: base, filepath, directory
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment