Skip to content

Commit c33c0fd

Browse files
committed
Skip tests still blocking #7857
Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
1 parent 7e427c9 commit c33c0fd

1 file changed

Lines changed: 22 additions & 9 deletions

File tree

build-constraints.yaml

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ packages:
17561756
- bank-holidays-england
17571757

17581758
"Haskell Servant <haskell-servant-maintainers@googlegroups.com>":
1759-
- servant < 0 # https://github.com/commercialhaskell/stackage/issues/7857
1759+
- servant
17601760
- servant-blaze
17611761
- servant-cassava
17621762
- servant-client
@@ -2453,7 +2453,7 @@ packages:
24532453
- ratel
24542454
- ratel-wai
24552455
- salve
2456-
- saturn < 0 # https://github.com/commercialhaskell/stackage/issues/7857
2456+
- saturn
24572457
- strive
24582458
- witch
24592459
- wuss
@@ -2507,7 +2507,7 @@ packages:
25072507
- park-bench
25082508
- queues
25092509
- strict-tuple
2510-
- tasty-hspec < 0 # https://github.com/commercialhaskell/stackage/issues/7857
2510+
- tasty-hspec
25112511
- termbox
25122512
- termbox-banana
25132513
- termbox-bindings-c
@@ -3067,7 +3067,7 @@ packages:
30673067
- stateWriter
30683068
- filecache
30693069
- pcre-utils
3070-
- strict-base-types < 0 # https://github.com/commercialhaskell/stackage/issues/7857
3070+
- strict-base-types
30713071
- withdependencies
30723072
- hruby
30733073
- language-puppet
@@ -3670,7 +3670,7 @@ packages:
36703670
- bitvec
36713671
- poly
36723672
- extended-reals
3673-
- ChasingBottoms < 0 # https://github.com/commercialhaskell/stackage/issues/7857
3673+
- ChasingBottoms
36743674
- data-interval
36753675
- vector-rotcev
36763676
- mod
@@ -4079,7 +4079,7 @@ packages:
40794079
- lua-arbitrary
40804080
- pandoc-lua-marshal
40814081
- tasty-hslua
4082-
- tasty-lua < 0 # https://github.com/commercialhaskell/stackage/issues/7857
4082+
- tasty-lua
40834083
- gridtables
40844084

40854085
"Ryan Hendrickson @rhendric":
@@ -5111,7 +5111,7 @@ packages:
51115111
- explainable-predicates
51125112

51135113
"Tim Emiola <tim.emiola@gmail.com> @adetokunbo":
5114-
- attoparsec-framer < 0 # https://github.com/commercialhaskell/stackage/issues/7857
5114+
- attoparsec-framer
51155115
- benri-hspec
51165116
- crypto-srp
51175117
- hspec-tmp-proc
@@ -5478,7 +5478,7 @@ packages:
54785478
- ParsecTools
54795479
- QuickCheck
54805480
- RSA
5481-
- ShellCheck < 0 # https://github.com/commercialhaskell/stackage/issues/7857
5481+
- ShellCheck
54825482
- Stream
54835483
- Yampa
54845484
- aeson-extra
@@ -7834,6 +7834,14 @@ packages:
78347834
- megaparsec-tests < 9.8
78357835

78367836
# https://github.com/commercialhaskell/stackage/issues/7857
7837+
- ChasingBottoms < 0 # https://github.com/commercialhaskell/stackage/issues/7857
7838+
- ShellCheck < 0 # https://github.com/commercialhaskell/stackage/issues/7857
7839+
- attoparsec-framer < 0 # https://github.com/commercialhaskell/stackage/issues/7857
7840+
- saturn < 0 # https://github.com/commercialhaskell/stackage/issues/7857
7841+
- servant < 0 # https://github.com/commercialhaskell/stackage/issues/7857
7842+
- strict-base-types < 0 # https://github.com/commercialhaskell/stackage/issues/7857
7843+
- tasty-hspec < 0 # https://github.com/commercialhaskell/stackage/issues/7857
7844+
- tasty-lua < 0 # https://github.com/commercialhaskell/stackage/issues/7857
78377845
# QuickCheck < 2.17.0.0
78387846
# quickcheck-instances < 0.4
78397847
# megaparsec < 9.7.1
@@ -9007,20 +9015,24 @@ skipped-tests:
90079015
- servant-auth-server # spec: executable not found
90089016
- streamt # executable not found
90099017

9010-
# QuickCheck 2.18
9018+
# QuickCheck 2.18 https://github.com/commercialhaskell/stackage/issues/7857
90119019
- cassava
90129020
- cborg
90139021
- cborg-json
90149022
- chimera
9023+
- comfort-array
9024+
- comfort-array-shape
90159025
- compactmap
90169026
- crypto-srp
9027+
- data-interval
90179028
- diagrams-contrib
90189029
- extended-reals
90199030
- fast-digits
90209031
- fuzzystrmatch-pg
90219032
- ghc-source-gen
90229033
- hstratus-auth
90239034
- integer-conversion
9035+
- lapack
90249036
- lrucaching
90259037
- mockcat
90269038
- monatone
@@ -9044,6 +9056,7 @@ skipped-tests:
90449056
- strict-base-types
90459057
- time-compat
90469058
- unicode-transforms
9059+
- unordered-containers
90479060
- vector-hashtables
90489061
- web-cookiejar
90499062
- webgear-server

0 commit comments

Comments
 (0)