From 1ea2afd6c30b5cab315344f04594db3c790e2ed4 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Mon, 13 Jan 2025 19:14:24 -0700 Subject: [PATCH 1/3] Re-enable test suite for scheduler Issue has been fixed in https://github.com/lehins/scheduler/pull/12 and newly released version of [`scheduler-2.0.1.0`](https://hackage.haskell.org/package/scheduler-2.0.1.0) is now compatible with `QuickCheck-2.15.x` --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6bed85e70..5b9d23274 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8489,7 +8489,6 @@ skipped-tests: - safe-coloured-text-layout-gen # tried safe-coloured-text-layout-gen-0.0.0.1, but its *test-suite* requires the disabled package: sydtest-discover - salak-toml # tried salak-toml-0.3.5.3, but its *test-suite* requires QuickCheck < 2.14 and the snapshot contains QuickCheck-2.15.0.1 - scalendar # tried scalendar-1.2.0, but its *test-suite* requires the disabled package: SCalendar - - scheduler # tried scheduler-2.0.0.1, but its *test-suite* requires QuickCheck < 2.15 and the snapshot contains QuickCheck-2.15.0.1 - selective # tried selective-0.7.0.1, but its *test-suite* requires QuickCheck >=2.8 && < 2.15 and the snapshot contains QuickCheck-2.15.0.1 - serialise # tried serialise-0.2.6.1, but its *test-suite* requires base >=4.11 && < 4.20 and the snapshot contains base-4.20.0.0 - serialise # tried serialise-0.2.6.1, but its *test-suite* requires tasty-quickcheck >=0.8 && < 0.11 and the snapshot contains tasty-quickcheck-0.11.1 @@ -8630,7 +8629,6 @@ expected-test-failures: - parameterized # 0.5.0.0 https://github.com/commercialhaskell/stackage/issues/5746 - protobuf # 0.2.1.4 - record-wrangler # 0.1.1.0 - - scheduler # 2.0.0.1 https://github.com/lehins/scheduler/issues/11 - secp256k1-haskell # #5948/closed - servant-static-th # 1.0.0.1 https://github.com/cdepillabout/servant-static-th/issues/21 - snappy # Could not find module ‘Functions’ From e8fc2ec7b188b2242a31663e7d707f507e5282a5 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Mon, 13 Jan 2025 19:16:56 -0700 Subject: [PATCH 2/3] Add two new packages `mempack` and `ImpSpec` --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b9d23274..b86e9aeb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3761,6 +3761,8 @@ packages: - conduit-aeson - vector-stream - FailT + - mempack + - ImpSpec "Hans-Peter Deifel @hpdeifel": - hledger-iadd From f1af81532a7aa9469fcdaec47a4dd8516b774795 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Mon, 13 Jan 2025 19:19:51 -0700 Subject: [PATCH 3/3] Re-enable test suite for `random`. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b86e9aeb2..249387547 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8201,7 +8201,6 @@ skipped-tests: - nothunks - optparse-applicative # via QuickCheck - primitive - - random - scientific - split - splitmix