We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d44d2 commit 544c4dcCopy full SHA for 544c4dc
dap.cabal
@@ -27,17 +27,17 @@ library
27
DAP.Types
28
DAP.Utils
29
build-depends:
30
- aeson >= 2.0.3 && < 2.1,
+ aeson >= 2.0.3 && < 2.3,
31
aeson-pretty >= 0.8.9 && < 0.9,
32
base < 5,
33
- bytestring >= 0.11.4 && < 0.12,
+ bytestring >= 0.11.4 && < 0.13,
34
containers >= 0.6.5 && < 0.7,
35
lifted-base >= 0.2.3 && < 0.3,
36
monad-control >= 1.0.3 && < 1.1,
37
- mtl >= 2.2.2 && < 2.3,
+ mtl >= 2.2.2 && < 2.4,
38
network >= 3.1.2 && < 3.2,
39
network-simple >= 0.4.5 && < 0.5,
40
- text >= 1.2.5 && < 1.3,
+ text >= 1.2.5 && < 2.2,
41
time >= 1.11.1 && < 1.12,
42
unordered-containers >= 0.2.19 && < 0.3,
43
stm >= 2.5.0 && < 2.6,
0 commit comments