From b4c61c225ac10a05997e25d7aa68c90eacf44009 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 24 Feb 2020 21:11:48 -0800 Subject: [PATCH 1/4] Add HasBigDecimal --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aba08e5e..8b2c2ac1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4180,6 +4180,7 @@ packages: - FloatingHex - GenericPretty - Glob + - HasBigDecimal - HDBC < 0 # via time-1.9.3 - HDBC-session < 0 # via HDBC - HTTP From 4c68a7fcc9635d4e5aa4cd49cff5fa0ffd0632be Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 25 Feb 2020 11:08:12 -0800 Subject: [PATCH 2/4] Remove upper bounds for rebase, closes #5207 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b2c2ac1..3a91b8f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4711,10 +4711,6 @@ packages: - servant-swagger < 1.1.8 - aur < 6.3.0 - # https://github.com/commercialhaskell/stackage/issues/5207 - - rebase < 1.5 - - selective < 0.4 - # https://github.com/commercialhaskell/stackage/issues/5208 - ghc-lib-parser < 8.8.3.20200224 - ghc-lib < 8.8.3.20200224 From 90ec06aa102837fb1e9d77a256bd728220f0fcd7 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 25 Feb 2020 11:13:15 -0800 Subject: [PATCH 3/4] Remove upper bounds for ghc-lib, closes #5208 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a91b8f8..cbaed472 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4711,10 +4711,6 @@ packages: - servant-swagger < 1.1.8 - aur < 6.3.0 - # https://github.com/commercialhaskell/stackage/issues/5208 - - ghc-lib-parser < 8.8.3.20200224 - - ghc-lib < 8.8.3.20200224 - # end of packages # Package flags are applied to individual packages, and override the values of From 90aad46e899a5951b304e66129bac22830749b55 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 25 Feb 2020 11:49:23 -0800 Subject: [PATCH 4/4] Skip tests for primitive-extras, #5210 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbaed472..7de54372 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5109,6 +5109,7 @@ skipped-tests: - config-ini # https://github.com/aisamanra/config-ini/issues/22 - polysemy-plugin # https://github.com/commercialhaskell/stackage/issues/4733 - persistent-typed-db # https://github.com/parsonsmatt/persistent-typed-db/pull/7 + - primitive-extras # https://github.com/commercialhaskell/stackage/issues/5210 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73