From c604d76df2c6975c1035d4a6a729face86d0a98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:39:21 +0200 Subject: [PATCH] Moved `th-abstraction` bound to correct place. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index edf2251f..46fac738 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2613,7 +2613,7 @@ packages: - singletons-th - text-show - text-show-instances - - th-abstraction < 0.6.0.0 # https://github.com/commercialhaskell/stackage/issues/7074 + - th-abstraction - th-compat - thread-local-storage - type-equality @@ -8396,6 +8396,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7060 - doctest < 0.22 + + # https://github.com/commercialhaskell/stackage/issues/7074 + - th-abstraction < 0.6.0.0 # end of Stackage upper bounds # end of packages