From 7c1205625591bcdb4a94e15fab38c9bffa2551c0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Jan 2020 01:46:49 +0800 Subject: [PATCH] re-disable haskoin-core (haskoin/haskoin-core#382) --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c7ab447..27466f8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3943,9 +3943,9 @@ packages: - secp256k1-haskell - rocksdb-haskell - rocksdb-query - - haskoin-core - - haskoin-node - - haskoin-store + - haskoin-core < 0 # MonadFail https://github.com/haskoin/haskoin-core/issues/382 + - haskoin-node < 0 # via haskoin-core + - haskoin-store < 0 # via haskoin-core "asakamirai @asakamirai": - kazura-queue