Skip to content

Commit 05f8568

Browse files
authored
Merge pull request #267 from erikd/master
2 parents 897a3a2 + 638ccd6 commit 05f8568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/vty-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ library
2828
Verify.Graphics.Vty.Span
2929
Verify.Graphics.Vty.Output
3030
build-depends: base >= 4.8 && < 5,
31-
deepseq >= 1.1 && < 1.5,
31+
deepseq >= 1.1 && < 1.6,
3232
mtl >= 1.1.1.0 && < 2.4,
3333
utf8-string >= 0.3 && < 1.1,
3434
vector >= 0.7,

vty.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ library
4444
build-depends: base >= 4.8 && < 5,
4545
blaze-builder >= 0.3.3.2 && < 0.5,
4646
bytestring,
47-
deepseq >= 1.1 && < 1.5,
47+
deepseq >= 1.1 && < 1.6,
4848
microlens < 0.4.14,
4949
microlens-mtl,
5050
microlens-th,

0 commit comments

Comments
 (0)