Skip to content

Commit 544c4dc

Browse files
committed
Update bounds of aeson, bytestring, mtl, text
1 parent 56d44d2 commit 544c4dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dap.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ library
2727
DAP.Types
2828
DAP.Utils
2929
build-depends:
30-
aeson >= 2.0.3 && < 2.1,
30+
aeson >= 2.0.3 && < 2.3,
3131
aeson-pretty >= 0.8.9 && < 0.9,
3232
base < 5,
33-
bytestring >= 0.11.4 && < 0.12,
33+
bytestring >= 0.11.4 && < 0.13,
3434
containers >= 0.6.5 && < 0.7,
3535
lifted-base >= 0.2.3 && < 0.3,
3636
monad-control >= 1.0.3 && < 1.1,
37-
mtl >= 2.2.2 && < 2.3,
37+
mtl >= 2.2.2 && < 2.4,
3838
network >= 3.1.2 && < 3.2,
3939
network-simple >= 0.4.5 && < 0.5,
40-
text >= 1.2.5 && < 1.3,
40+
text >= 1.2.5 && < 2.2,
4141
time >= 1.11.1 && < 1.12,
4242
unordered-containers >= 0.2.19 && < 0.3,
4343
stm >= 2.5.0 && < 2.6,

0 commit comments

Comments
 (0)