Skip to content

Commit b74e96a

Browse files
authored
Support GHC 9.12 (#21)
1 parent 18171bc commit b74e96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dap.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ library
3232
aeson-pretty >= 0.8.9 && < 0.9,
3333
base < 5,
3434
bytestring >= 0.11.4 && < 0.13,
35-
containers >= 0.6.5 && < 0.7,
35+
containers >= 0.6.5 && < 0.8,
3636
lifted-base >= 0.2.3 && < 0.3,
3737
monad-control >= 1.0.3 && < 1.1,
3838
mtl >= 2.2.2 && < 2.4,
3939
network >= 3.1.2 && < 3.3,
4040
network-simple >= 0.4.5 && < 0.5,
4141
text >= 1.2.5 && < 2.2,
42-
time >= 1.11.1 && < 1.12,
42+
time >= 1.11.1 && < 1.15,
4343
unordered-containers >= 0.2.19 && < 0.3,
4444
stm >= 2.5.0 && < 2.6,
4545
transformers-base >= 0.4.6 && < 0.5,

0 commit comments

Comments
 (0)