From 052b92a90312a1b40d674b720d7581ac5041af9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:26:33 +0200 Subject: [PATCH] Added `bytestring-encodings` (closes #7763). --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd6fd4e8..7175011c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2687,6 +2687,7 @@ packages: - IPv6DB - gothic - NanoID + - bytestring-encodings # as a dependency of NanoID "koral koral@mailoo.org @k0ral": - atom-conduit @@ -7840,9 +7841,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7723 - sorted-list < 0.3 - # https://github.com/commercialhaskell/stackage/issues/7763 - - NanoID < 3.4.1 - # https://github.com/commercialhaskell/stackage/issues/7765 - yesod-test < 1.6.22 @@ -9065,6 +9063,7 @@ skipped-benchmarks: - bytehash # tried bytehash-0.1.1.2, but its *benchmarks* requires the disabled package: gauge - byteslice # tried byteslice-0.2.15.0, but its *benchmarks* requires the disabled package: gauge - bytesmith # tried bytesmith-0.3.11.1, but its *benchmarks* requires the disabled package: gauge + - bytestring-encodings # tried bytestring-encodings-0.2.0.2, but its *benchmarks* requires the disabled package: gauge - chimera # tried chimera-0.4.1.0, but its *benchmarks* requires tasty-bench >=0.3.2 && < 0.4 and the snapshot contains tasty-bench-0.4.1 - cipher-aes # tried cipher-aes-0.2.11, but its *benchmarks* requires the disabled package: crypto-cipher-benchmarks - cipher-camellia # tried cipher-camellia-0.0.2, but its *benchmarks* requires the disabled package: crypto-cipher-benchmarks