From 358abb4150175b39d6fd818172cf8066051fea8d Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Fri, 3 Feb 2023 18:35:57 +0000 Subject: [PATCH 1/3] disable http-io-streams tests due to stack dependency --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f52e80b0..c668c8ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8200,6 +8200,7 @@ skipped-tests: - horizontal-rule # tried horizontal-rule-0.5.0.0, but its *test-suite* requires the disabled package: HMock - hsdev # tried hsdev-0.3.4.0, but its *test-suite* requires lens-aeson >=1.0 && < 1.2 and the snapshot contains lens-aeson-1.2.2 - hspec-tables # tried hspec-tables-0.0.1, but its *test-suite* requires hspec ==2.7.* and the snapshot contains hspec-2.10.8 + - http-io-streams # tests have snap dependency as of 0.1.6.2 - http-media # tried http-media-0.8.0.0, but its *test-suite* requires QuickCheck >=2.8 && < 2.14 and the snapshot contains QuickCheck-2.14.2 - http-media # tried http-media-0.8.0.0, but its *test-suite* requires base >=4.7 && < 4.13 and the snapshot contains base-4.17.0.0 - http-streams # tried http-streams-0.8.9.6, but its *test-suite* requires the disabled package: snap-server From f8e580eadc2cce6b8ec8b2a135ebcd3d7b21050b Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sat, 4 Feb 2023 10:57:37 +0100 Subject: [PATCH 2/3] Reenable shelly-1.11 after c2hs revision c2hs now allows shelly-1.11, so the bound shelly < 1.11 can be dropped. Closes #6865. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c668c8ff..df81d8b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7786,9 +7786,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6857 - deriving-trans < 0.6 - # https://github.com/commercialhaskell/stackage/issues/6865 - - shelly < 1.11 - # https://github.com/commercialhaskell/stackage/issues/6871 - Agda < 2.6.3 From 0da52ad73a91a26695360bb887aa9409fc9f00c5 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 5 Feb 2023 14:09:24 +0000 Subject: [PATCH 3/3] fgl <5.8.1.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c668c8ff..3dbeb11e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2738,7 +2738,7 @@ packages: - cheapskate "Ivan Miljenovic @ivan-m": - - fgl + - fgl <5.8.1.0 # https://github.com/commercialhaskell/stackage/issues/6878 - graphviz - wl-pprint-text - servant-pandoc