Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / cabal-testsuite / PackageTests / Regression / T3932 / cabal.test.hs
blob76f47038b95523b2fbf847bcc15697848706b653
1 import Test.Cabal.Prelude
2 main = cabalTest $
3 -- This repository contains a Cabal-1.18.0.0 option, which would
4 -- normally would satisfy the repository, except for v2-build's
5 -- extra constraint that setup Cabal must be 1.20. If we don't
6 -- have a choice like this available, the unsatisfied constraint
7 -- won't be reported.
8 --
9 -- Due to #415, the lower bound may be even higher based on GHC
10 -- version
11 withRepo "repo" $ do
12 -- Don't record because output wobbles based on installed database.
13 recordMode DoNotRecord $ do
14 fails (cabal' "v2-build" []) >>=
15 assertOutputContains "Setup.hs requires >="