Skip to content

Commit

Permalink
stack: use brick 1.0 with older GHCs also
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Aug 17, 2022
1 parent 4bd9f4a commit fcdc07b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions stack8.10.yaml
Expand Up @@ -17,6 +17,10 @@ extra-deps:
- doctest-0.20.0
# for hledger:
# for hledger-ui:
- brick-1.0
- bimap-0.5.0
- text-zipper-0.12
- vty-5.36
# for hledger-web:
# for Shake.hs:

Expand Down
5 changes: 5 additions & 0 deletions stack8.6.yaml
Expand Up @@ -34,6 +34,11 @@ extra-deps:
- githash-0.1.6.2
- th-compat-0.1.4
# for hledger-ui:
- brick-1.0
- bimap-0.5.0
- text-zipper-0.12
- vty-5.36
- ansi-terminal-0.10.3
# for hledger-web:
- ghc-byteorder-4.11.0.0.10
- base64-0.4.2.3
Expand Down
4 changes: 4 additions & 0 deletions stack8.8.yaml
Expand Up @@ -23,6 +23,10 @@ extra-deps:
- githash-0.1.6.2
- th-compat-0.1.4
# for hledger-ui:
- brick-1.0
- bimap-0.5.0
- text-zipper-0.12
- vty-5.36
# for hledger-web:
- ghc-byteorder-4.11.0.0.10
# for Shake.hs:
Expand Down
6 changes: 5 additions & 1 deletion stack9.0.yaml
Expand Up @@ -16,10 +16,14 @@ packages:
- hledger-ui
- hledger-web

#extra-deps:
extra-deps:
# for hledger-lib:
# for hledger:
# for hledger-ui:
- brick-1.0
- bimap-0.5.0
- text-zipper-0.12
- vty-5.36
# for hledger-web:
# for Shake.hs:

Expand Down

0 comments on commit fcdc07b

Please sign in to comment.