mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-24 21:21:58 +01:00
servant upper bounds for #3750
This commit is contained in:
parent
3b83653615
commit
74b441bf99
@ -996,7 +996,7 @@ packages:
|
|||||||
"Simon Michael <simon@joyful.com> @simonmichael":
|
"Simon Michael <simon@joyful.com> @simonmichael":
|
||||||
#
|
#
|
||||||
# The hledger project aims to keep the latest release of the core
|
# The hledger project aims to keep the latest release of the core
|
||||||
# hledger-lib and hledger packages in stackage nightly at all times.
|
# hledger-lib and hledger packages in stackage nightly at all times.
|
||||||
# When other hledger-* packages have too-restrictive bounds, we prefer they
|
# When other hledger-* packages have too-restrictive bounds, we prefer they
|
||||||
# be removed, rather than putting an upper bound on hledger-lib and hledger.
|
# be removed, rather than putting an upper bound on hledger-lib and hledger.
|
||||||
# (https://github.com/fpco/stackage/issues/3494)
|
# (https://github.com/fpco/stackage/issues/3494)
|
||||||
@ -3547,6 +3547,13 @@ packages:
|
|||||||
- numhask-prelude < 0.1.0.0
|
- numhask-prelude < 0.1.0.0
|
||||||
- numhask-range < 0.2.3.1
|
- numhask-range < 0.2.3.1
|
||||||
- numhask-test < 0.1.0.0
|
- numhask-test < 0.1.0.0
|
||||||
|
|
||||||
|
# https://github.com/commercialhaskell/stackage/issues/3750
|
||||||
|
- servant < 0.14
|
||||||
|
- servant-client < 0.14
|
||||||
|
- servant-client-core < 0.14
|
||||||
|
- servant-server < 0.14
|
||||||
|
- servant-lucid < 0.8.1
|
||||||
# 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