From cf77995b0987fb537f264a9b0fef9ed2ebeadb4e Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 13 Mar 2021 07:48:27 -0500 Subject: [PATCH] Add myself as the maintainer of singletons-{base,th} In addition, constrain both of these packages to `< 0` due to #5923. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a80ec60..c33cd36e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2405,6 +2405,8 @@ packages: - proxied - rdtsc - singleton-nats + - singletons-base + - singletons-th - text-show - text-show-instances - th-abstraction @@ -6892,6 +6894,8 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5923 - singleton-nats < 0.4.6 + - singletons-base < 0 + - singletons-th < 0 # https://github.com/commercialhaskell/stackage/issues/5924 - singletons < 3