From 907e0946f5aa0f52fef085d8e157ceb70c6aa45f Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Fri, 20 Oct 2023 22:01:33 +0200 Subject: [PATCH] Fix #7153: drop bound on `compdata` Also take over `equivalence` which I am maintaining. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c080d4af6..05bb772a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -122,6 +122,7 @@ packages: - resolv - blaze-builder - netrc + - equivalence # Some "grandfathered dependencies" I took over because I contributed to them at some time. # Feel free to snatch them from me! @@ -203,8 +204,7 @@ packages: - symbol "Patrick Bahr ": - - equivalence - - compdata < 0.13.1 # https://github.com/commercialhaskell/stackage/issues/7153 + - compdata - Rattus "Rob Stewart @robstewart57":