mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 07:48:31 +01:00
allow latest hledger* again, but stick to revision 0 (#3706)
Revision 1 was good for cabal installers with old GHC, but bad for stackage nightly. This should fix the latter. I might continue this policy - use revisions to patch up the cabal install experience, but avoid them in stackage.
This commit is contained in:
parent
68d6e140a4
commit
35cf6d5f4a
@ -3525,14 +3525,6 @@ packages:
|
||||
# https://github.com/commercialhaskell/stackage/issues/3702
|
||||
- hw-rankselect < 0.11
|
||||
|
||||
# https://github.com/commercialhaskell/stackage/issues/3706
|
||||
- hledger < 1.9.1
|
||||
- hledger-lib < 1.9.1
|
||||
- hledger-ui < 1.9.1
|
||||
- hledger-web < 1.9.2
|
||||
- hledger-api < 1.9.1
|
||||
- hledger-interest < 1.5.2
|
||||
|
||||
# https://github.com/commercialhaskell/stackage/issues/3728
|
||||
- aeson < 1.4
|
||||
# end of packages
|
||||
@ -4369,7 +4361,6 @@ tell-me-when-its-released:
|
||||
- freer-effects-0.3.0.1 # re-enable extensible benchmarks
|
||||
- logging-effect-1.3.0 # reenable benchmarks
|
||||
- hoopl-3.10.2.2 # reenable tests, https://github.com/haskell/hoopl/issues/50
|
||||
- hledger-1.9.1 # remove upper bounds
|
||||
- ip-1.2.1 # remove from skipped-tests, close https://github.com/andrewthad/haskell-ip/issues/33
|
||||
- store-0.5.0 # remove from skipped-tests, https://github.com/fpco/store/issues/125
|
||||
- cpio-conduit-0.7.0 # remove from skipped-tests, https://github.com/da-x/cpio-conduit/issues/1
|
||||
@ -4450,6 +4441,13 @@ no-revisions:
|
||||
- foundation
|
||||
- gauge
|
||||
- stack
|
||||
# https://github.com/commercialhaskell/stackage/issues/3706:
|
||||
- hledger
|
||||
- hledger-lib
|
||||
- hledger-ui
|
||||
- hledger-web
|
||||
- hledger-api
|
||||
|
||||
|
||||
# Do not build these packages in parallel with others. Useful for high memory
|
||||
# usage.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user