From aa205aa9d2f194cc4f9777298012bcf62c5b2412 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 29 Jun 2023 00:34:57 -0700 Subject: [PATCH] Disable `haskoin-core` due to #7035 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01227db2..fc5d666f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6875,6 +6875,7 @@ packages: - haskey-btree < 0 # tried haskey-btree-0.3.0.1, but its *library* requires text >=1.2.1 && < 2 and the snapshot contains text-2.0.2 - haskey-mtl < 0 # tried haskey-mtl-0.3.1.0, but its *library* requires monad-control >=1.0.1.0 && < 1.0.2.4 and the snapshot contains monad-control-1.0.3.1 - haskintex < 0 # tried haskintex-0.8.0.1, but its *library* requires text >=0.11.2.3 && < 2 and the snapshot contains text-2.0.2 + - haskoin-core < 0 # fails to build, see https://github.com/commercialhaskell/stackage/issues/7035 - haskoin-store < 0 # tried haskoin-store-0.65.10, but its *library* requires the disabled package: ekg-core - haskoin-store < 0 # tried haskoin-store-0.65.10, but its *library* requires the disabled package: ekg-statsd - haskoin-store < 0 # tried haskoin-store-0.65.10, but its *library* requires the disabled package: wreq