From 381f92f7b3c4affa7ae6e84730efa6aed2c28644 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 16 Jun 2022 14:11:54 +0200 Subject: [PATCH] Re-enable socket The offending constraint was actually unnecessary and has been relaxed by a hackage trustee: https://github.com/haskell-infra/hackage-trustees/issues/338 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a9b38ef..a3451e45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7038,7 +7038,6 @@ packages: - soap < 0 # tried soap-0.2.3.6, but its *library* requires the disabled package: iconv - soap-openssl < 0 # tried soap-openssl-0.1.0.2, but its *library* requires the disabled package: soap - soap-tls < 0 # tried soap-tls-0.1.1.4, but its *library* requires the disabled package: soap - - socket < 0 # tried socket-0.8.3.0, but its *library* requires bytestring < 0.11 and the snapshot contains bytestring-0.11.3.1 - socket-activation < 0 # tried socket-activation-0.1.0.2, but its *library* requires network >=2.3 && < 2.9 and the snapshot contains network-3.1.2.7 - sound-collage < 0 # tried sound-collage-0.2.1, but its *executable* requires the disabled package: soxlib - soxlib < 0 # tried soxlib-0.0.3.1, but its *library* requires bytestring >=0.9 && < 0.11 and the snapshot contains bytestring-0.11.3.1