From 34dca6cf9df4d545268cb0041eb42745e6fe2516 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 31 Dec 2022 11:37:48 -0500 Subject: [PATCH] Remove upper version bounds on text-show-instances `text-show-instances-3.9.4` now allows building with `aeson-2.1.*`, which is the latest major release of `aeson` and the one that Stackage Nightly uses. As a result, there is no longer any need to constraint the upper version bounds on `text-show-instances` in `build-constraints.yaml`. Fixes #6822. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f37e37e4..0f8aad40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7851,9 +7851,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6815 - polysemy < 1.8 - - # https://github.com/commercialhaskell/stackage/issues/6822 - - text-show-instances < 3.9.3 # end of packages # Package flags are applied to individual packages, and override the values of