dev: stack: silence wizards bounds warning, hopefully

This commit is contained in:
Simon Michael 2024-09-30 16:22:01 -10:00
parent 167303deb6
commit 5591be7724
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,8 @@ extra-deps:
# for hledger
- haskeline-0.8.2.1
# to silence a warning
- wizards-1.0.3@rev:3
# for dev builds when the ghcdebug flag is enabled:
- ghc-debug-convention-0.6.0.0

View File

@ -32,6 +32,8 @@ extra-deps:
- text-builder-dev-0.3.3.2
- isomorphism-class-0.1.0.7
# for hledger:
# silence a warning
- wizards-1.0.3@rev:3
# for hledger-ui:
- brick-2.3.1
- bimap-0.5.0