Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jtdaugherty/vty
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Nov 15, 2023
2 parents 160f790 + 05f8568 commit 3de781a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/vty-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ library
Verify.Graphics.Vty.Span
Verify.Graphics.Vty.Output
build-depends: base >= 4.8 && < 5,
deepseq >= 1.1 && < 1.5,
deepseq >= 1.1 && < 1.6,
mtl >= 1.1.1.0 && < 2.4,
utf8-string >= 0.3 && < 1.1,
vector >= 0.7,
Expand Down
2 changes: 1 addition & 1 deletion vty.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ library
build-depends: base >= 4.8 && < 5,
blaze-builder >= 0.3.3.2 && < 0.5,
bytestring,
deepseq >= 1.1 && < 1.5,
deepseq >= 1.1 && < 1.6,
microlens < 0.4.14,
microlens-mtl,
microlens-th,
Expand Down

0 comments on commit 3de781a

Please sign in to comment.