Skip to content

Commit

Permalink
fix issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
leonteq-reisg committed Nov 22, 2022
1 parent 95557b0 commit 0d03ce7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: Please see the README on GitHub at <https://github.com/gerdreiss/br
dependencies:
- base >= 4.7 && < 5
- ansi-terminal
- brick
- brick <= 0.70.1
- bytestring
- cursor
- microlens
Expand All @@ -32,7 +32,7 @@ dependencies:
- text
- time
- typed-process
- vty
- vty <= 5.33

ghc-options:
- -Wall
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolver:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/31.yaml
resolver: lts-20.1

packages:
- .
extra-deps:
- brick-0.70.1@sha256:1c83fa171c70b084927a6961da6dfb0b586063b743dce405dec3ac92fa7edaf1,16337
- vty-5.33@sha256:8da1652d64e24c9e011384628de340b2877f0148de7ef57baf66cd2e9a35c6c6,22294

0 comments on commit 0d03ce7

Please sign in to comment.