mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-25 21:51:57 +01:00
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:
parent
9d60ad8f71
commit
34dca6cf9d
@ -7851,9 +7851,6 @@ packages:
|
|||||||
|
|
||||||
# https://github.com/commercialhaskell/stackage/issues/6815
|
# https://github.com/commercialhaskell/stackage/issues/6815
|
||||||
- polysemy < 1.8
|
- polysemy < 1.8
|
||||||
|
|
||||||
# https://github.com/commercialhaskell/stackage/issues/6822
|
|
||||||
- text-show-instances < 3.9.3
|
|
||||||
# end of packages
|
# end of packages
|
||||||
|
|
||||||
# Package flags are applied to individual packages, and override the values of
|
# Package flags are applied to individual packages, and override the values of
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user