Skip to content

Commit db2d6e3

Browse files
authored
Merge pull request haskell#4502 from ezyang/pr/unbound-delays-unbounded
Remove unbounded-delays constraint.
2 parents 0106f15 + 40aa1d4 commit db2d6e3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build_script:
1919

2020
# 'echo "" |' works around an AppVeyor issue:
2121
# 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
2323

2424
- Setup configure --user --ghc-option=-Werror --enable-tests
2525
- Setup build
@@ -30,7 +30,7 @@ build_script:
3030
# - echo "" | ..\cabal install hackage-repo-tool --allow-newer=Cabal,time --constraint="Cabal == 2.1.0.0"
3131
- cd ..\cabal-testsuite
3232
- 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
3434
- Setup configure --user --ghc-option=-Werror --enable-tests
3535
- Setup build
3636
# Must install the test suite, so that our GHCi invocation picks it up
@@ -43,8 +43,8 @@ build_script:
4343
- cd ..\cabal-install
4444
- ghc --make -threaded -i -i. Setup.hs -Wall -Werror
4545
- 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
4848
- ..\cabal build
4949
# update package index again, this time for the cabal under test
5050
- dist\build\cabal\cabal.exe update

cabal.project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
packages: Cabal/ cabal-testsuite/ cabal-install/
22
constraints: unix >= 2.7.1.0,
3-
unbounded-delays < 0.1.1.0,
43
cabal-install +lib
54

65
-- Uncomment to allow picking up extra local unpacked deps:

0 commit comments

Comments
 (0)