We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86542f2 commit 7b17c70Copy full SHA for 7b17c70
dap.cabal
@@ -32,14 +32,14 @@ library
32
aeson-pretty >= 0.8.9 && < 0.9,
33
base < 5,
34
bytestring >= 0.11.4 && < 0.13,
35
- containers >= 0.6.5 && < 0.8,
+ containers >= 0.6.5 && < 0.9,
36
lifted-base >= 0.2.3 && < 0.3,
37
monad-control >= 1.0.3 && < 1.1,
38
mtl >= 2.2.2 && < 2.4,
39
network >= 3.1.2 && < 3.3,
40
network-simple >= 0.4.5 && < 0.5,
41
text >= 1.2.5 && < 2.2,
42
- time >= 1.11.1 && < 1.15,
+ time >= 1.11.1 && < 1.16,
43
unordered-containers >= 0.2.19 && < 0.3,
44
stm >= 2.5.0 && < 2.6,
45
transformers-base >= 0.4.6 && < 0.5,
0 commit comments