@@ -19,7 +19,7 @@ build_script:
19
19
20
20
# 'echo "" |' works around an AppVeyor issue:
21
21
# https://github.com/commercialhaskell/stack/issues/1097#issuecomment-145747849
22
- - echo "" | ..\appveyor-retry ..\cabal install --only-dependencies --enable-tests --constraint="unbounded-delays < 0.1.0.10"
22
+ - echo "" | ..\appveyor-retry ..\cabal install --only-dependencies --enable-tests
23
23
24
24
- Setup configure --user --ghc-option=-Werror --enable-tests
25
25
- Setup build
@@ -30,7 +30,7 @@ build_script:
30
30
# - echo "" | ..\cabal install hackage-repo-tool --allow-newer=Cabal,time --constraint="Cabal == 2.1.0.0"
31
31
- cd ..\cabal-testsuite
32
32
- ghc --make -threaded -i Setup.hs -package Cabal-2.1.0.0
33
- - echo "" | ..\appveyor-retry ..\cabal install --only-dependencies --enable-tests --constraint="unbounded-delays < 0.1.0.10"
33
+ - echo "" | ..\appveyor-retry ..\cabal install --only-dependencies --enable-tests
34
34
- Setup configure --user --ghc-option=-Werror --enable-tests
35
35
- Setup build
36
36
# Must install the test suite, so that our GHCi invocation picks it up
@@ -43,8 +43,8 @@ build_script:
43
43
- cd ..\cabal-install
44
44
- ghc --make -threaded -i -i. Setup.hs -Wall -Werror
45
45
- echo "" | ..\appveyor-retry ..\cabal install happy
46
- - echo "" | ..\appveyor-retry ..\cabal install --only-dependencies --enable-tests -flib --constraint="unbounded-delays < 0.1.0.10"
47
- - ..\cabal configure --user --ghc-option=-Werror --enable-tests -flib --constraint="unbounded-delays < 0.1.0.10"
46
+ - echo "" | ..\appveyor-retry ..\cabal install --only-dependencies --enable-tests -flib
47
+ - ..\cabal configure --user --ghc-option=-Werror --enable-tests -flib
48
48
- ..\cabal build
49
49
# update package index again, this time for the cabal under test
50
50
- dist\build\cabal\cabal.exe update
0 commit comments