Merge pull request #6705 from simonmichael/breakpoint

breakpoint
This commit is contained in:
Jens Petersen 2022-09-04 17:36:02 +08:00 committed by GitHub
commit 0466a02e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1486,11 +1486,11 @@ packages:
# incompatible bounds, we would prefer they be disabled temporarily, # incompatible bounds, we would prefer they be disabled temporarily,
# rather than disabling the latest hledger-lib and hledger. # rather than disabling the latest hledger-lib and hledger.
# (#3494/closed, #5779/closed) # (#3494/closed, #5779/closed)
# Temporary upper bound to avoid mistaken and deprecated 1.24.99 release: - hledger
- hledger < 1.24.99 || > 1.24.99 - hledger-lib
- hledger-lib < 1.24.99 || > 1.24.99 - hledger-ui
- hledger-ui < 1.24.99 || > 1.24.99 - hledger-web
- hledger-web < 1.24.99 || > 1.24.99 - breakpoint
"Mihai Maruseac <mihai.maruseac@gmail.com> @mihaimaruseac": "Mihai Maruseac <mihai.maruseac@gmail.com> @mihaimaruseac":
- io-manager - io-manager
@ -7339,13 +7339,6 @@ packages:
# https://github.com/haskell-works/avro/issues/188 # https://github.com/haskell-works/avro/issues/188
- HasBigDecimal < 0.2 - HasBigDecimal < 0.2
# https://github.com/commercialhaskell/stackage/issues/6703
- hledger < 1.27
- hledger-lib < 1.27
- hledger-ui < 1.27
- hledger-web < 1.27
- brick < 1
# https://github.com/commercialhaskell/stackage/issues/6704 # https://github.com/commercialhaskell/stackage/issues/6704
- jose < 0.10 - jose < 0.10
# end of packages # end of packages