From 7095d6b3fb25d0ee9a42fdd527c5431dd977d7ec Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 23 Jun 2023 18:44:12 +0800 Subject: [PATCH] disable secp256k1-haskell (haskoin/secp256k1-haskell#41) and @haskoin --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b531885b..f8afb842 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4444,7 +4444,7 @@ packages: - rfc1751 - murmur3 - nqe - - secp256k1-haskell + - secp256k1-haskell < 0 # https://github.com/haskoin/secp256k1-haskell/issues/41 - rocksdb-haskell - rocksdb-haskell-jprupp - rocksdb-query @@ -6943,6 +6943,8 @@ 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 # tried haskoin-core-0.21.2, but its *library* requires the disabled package: secp256k1-haskell + - haskoin-node < 0 # tried haskoin-node-0.18.1, but its *library* requires the disabled package: haskoin-core - 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