Skip to content
Snippets Groups Projects
Commit 9f37bbac authored by kristenk's avatar kristenk Committed by Edward Z. Yang
Browse files

Add regression test for issue #4154.

parent 2f230af3
No related branches found
No related tags found
No related merge requests found
packages: .
import Test.Cabal.Prelude
-- Test that unqualified command line constraints do not constrain setup
-- dependencies. cabal should be able to install the local time-99999 by
-- building its setup script with the installed time, even though the installed
-- time doesn't fit the constraint.
main = cabalTest $ withRepo "repo" $
cabal "new-build" ["time", "--constraint=time==99999", "--dry-run"]
name: Cabal
version: 99999
cabal-version: >=1.8
build-type: Simple
library
build-depends: base, time
name: time
version: 99999
cabal-version: >=1.8
build-type: Custom
custom-setup
setup-depends: base, Cabal == 99999
library
build-depends: base
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