From 03a4aa4616158d9eff21761ad5e577225d1b6d6b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Jan 2023 11:10:36 +0200 Subject: [PATCH] Remove upper bound on ascii-char and close #6832 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32386465..546eca58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3955,7 +3955,7 @@ packages: - ascii - ascii-case - ascii-caseless - - ascii-char < 1.0.1 # https://github.com/commercialhaskell/stackage/issues/6832 + - ascii-char - ascii-group - ascii-numbers - ascii-predicates