From 81320b4b1dff165291d7347ffbde083a968a7680 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Wed, 17 Mar 2021 00:05:18 +0100 Subject: [PATCH 1/2] readd socket socket should build again (at least it does so with stackage-lts in nixpkgs) and I can look after it in the future. --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80c51557..696b47f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,6 +9,9 @@ cabal-format-version: "3.0" # Constraints for brand new builds packages: + "Lukas Epple @sternenseemann": + - socket + "James Sully @sullyj3": - buttplug-hs-core @@ -1270,7 +1273,6 @@ packages: - immortal - regex-applicative - lexer-applicative < 0 # DependencyFailed (PackageName "srcloc") - - socket < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - tasty - tasty-golden - tasty-hunit From a8befcdbaf6e9371a8b794af352ac0841db3f1c2 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Wed, 17 Mar 2021 00:06:42 +0100 Subject: [PATCH 2/2] add spacecookie, gopher-proxy, filepath-bytestring and download-curl These packages are maintained by me: - spacecookie - gopher-proxy Dependencies of those packages which are missing: - filepath-bytestring - download-curl --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 696b47f6..b3bca613 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -11,6 +11,10 @@ cabal-format-version: "3.0" packages: "Lukas Epple @sternenseemann": - socket + - spacecookie + - gopher-proxy + - filepath-bytestring + - download-curl "James Sully @sullyj3": - buttplug-hs-core