From 05d307062b4e1176d17fb89f1b9b85b3149deac0 Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Mon, 20 Apr 2026 09:04:46 -0600 Subject: [PATCH] Unconstrain mysql-haskell (without benchmarks or ram) --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 358b59b5..dc447494 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7835,7 +7835,6 @@ packages: - tls-session-manager < 0.1.0 - smtp-mail < 0.5.0.1 - pusher-http-haskell < 2.1.0.22 - - mysql-haskell < 1.2.1 - wreq < 0.5.4.5 # https://github.com/commercialhaskell/stackage/issues/7930 @@ -8007,6 +8006,10 @@ package-flags: path: os-string: true + + # https://github.com/commercialhaskell/stackage/issues/7929 + mysql-haskell: + crypton-1-1: false # end of package-flags # Special configure options for individual packages @@ -9033,6 +9036,7 @@ expected-benchmark-failures: - lr-acts # 0.1 - lz4 # https://github.com/fpco/stackage/issues/3510 - memcache # 0.3.0.2 + - mysql-haskell # https://github.com/winterland1989/mysql-haskell/issues/82 - product-profunctors # 0.11.1.1 - stateWriter # 0.4.0 https://github.com/bartavelle/stateWriter/issues/5 - ua-parser # 0.7.7.0 compile fail against aeson 2