Skip to content

Commit d0ffdb2

Browse files
committed
fix a number of failures for lts-22.44
#396 (comment)
1 parent d1b892b commit d0ffdb2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build-constraints/lts-22-build-constraints.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2966,7 +2966,7 @@ packages:
29662966
- servant-checked-exceptions-core ^>= 2.2.0.1
29672967
- servant-rawm ^>= 1.0.0.0
29682968
- servant-static-th ^>= 1.0.0.0
2969-
- termonad ^>= 4.5.0.0
2969+
- termonad ^>= 4.6.0.0
29702970
- world-peace ^>= 1.0.2.0
29712971
- xml-html-qq ^>= 0.1.0.1
29722972
- xml-indexed-cursor ^>= 0.1.1.0
@@ -3620,7 +3620,7 @@ packages:
36203620
- gi-gobject ^>= 2.0.30
36213621
- gi-graphene ^>= 1.0.7
36223622
- gi-gsk
3623-
- gi-gtk >= 3.0.41 && < 3.0.44 # https://github.com/commercialhaskell/stackage/issues/6317
3623+
- gi-gtk ^>= 3.0.41 # https://github.com/commercialhaskell/stackage/issues/6317
36243624
- gi-gtk3 ^>= 3.0.44
36253625
- gi-gtk-hs ^>= 0.3.16
36263626
- gi-gmodule ^>= 2.0.5
@@ -4869,7 +4869,7 @@ packages:
48694869
- unboxing-vector ^>= 0.2.0.0
48704870

48714871
"Brandon Chinn <[email protected]> @brandonchinn178":
4872-
- aeson-schemas ^>= 1.4.1.0
4872+
- aeson-schemas ^>= 1.4.1.0 && < 1.4.3
48734873
- fourmolu ^>= 0.14.0.0
48744874
- github-rest ^>= 1.1.4
48754875
- graphql-client ^>= 1.2.2
@@ -5147,7 +5147,7 @@ packages:
51475147

51485148
"James Cranch <[email protected]> @jcranch":
51495149
- agreeing ^>= 0.2.2.0
5150-
- mappings ^>= 0.3.0.0
5150+
- mappings ^>= 0.3.0.0 && < 0.3.1
51515151
- partialord ^>= 0.0.2
51525152
- tophat ^>= 1.0.7.0
51535153

@@ -8942,6 +8942,7 @@ expected-test-failures:
89428942
- sdl2 # "Failed to connect to the Mir Server"
89438943
- sendgrid-v3 # Requires sendgrid API key in env #5951/closed
89448944
- serialport # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30
8945+
- servant-auth-server # 0.4.9.0
89458946
- servant-rate-limit # redis
89468947
- serversession-backend-persistent # persistent, see https://github.com/commercialhaskell/stackage/pull/6655#issuecomment-1198868074
89478948
- serversession-backend-redis # redis
@@ -9136,6 +9137,7 @@ expected-test-failures:
91369137
- yesod-paginator
91379138

91389139
# Misc. Please check if there is a better section before adding more packages here.
9140+
- http-io-streams # https://github.com/commercialhaskell/stackage/issues/7644
91399141
- ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1
91409142
- hw-kafka-client # missing exe https://github.com/commercialhaskell/stackage/pull/5542
91419143
- pandoc # https://github.com/jgm/pandoc/issues/5582

0 commit comments

Comments
 (0)