From 97305e72308d6cfe729be0c909c3041ce11eb0c4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 11 May 2019 09:11:24 -0700 Subject: [PATCH] #4446, #4541 --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f00ce379..00a2eddc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2152,7 +2152,7 @@ packages: "James Cook @mokus0": - dependent-sum - # dependent-sum-template # see https://github.com/commercialhaskell/stackage/issues/4446#issuecomment-491522496 + - dependent-sum-template - dependent-map - dice < 0 # GHC 8.4 via random-fu - hstatsd @@ -4603,6 +4603,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4539 - rebase < 1.3.1.1 + + # https://github.com/commercialhaskell/stackage/issues/4541 + - dependent-sum < 0.5 # end of packages # Package flags are applied to individual packages, and override the values of @@ -5324,6 +5327,7 @@ skipped-benchmarks: - unicode-transforms # path-io - unordered-containers # criterion 1.5 - xxhash-ffi # ghc 8.4 via xxhash build failure + - typerep-map # via https://github.com/commercialhaskell/stackage/issues/4541 # Blocked due to benchmarks failing to compile for GHC 8.6 - binary-tagged