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.
This commit is contained in:
Ryan Scott 2022-12-31 11:37:48 -05:00 committed by GitHub
parent 9d60ad8f71
commit 34dca6cf9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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