diff --git a/dap.cabal b/dap.cabal index d32dd74..296400b 100644 --- a/dap.cabal +++ b/dap.cabal @@ -32,14 +32,14 @@ library aeson-pretty >= 0.8.9 && < 0.9, base < 5, bytestring >= 0.11.4 && < 0.13, - containers >= 0.6.5 && < 0.8, + containers >= 0.6.5 && < 0.9, lifted-base >= 0.2.3 && < 0.3, monad-control >= 1.0.3 && < 1.1, mtl >= 2.2.2 && < 2.4, network >= 3.1.2 && < 3.3, network-simple >= 0.4.5 && < 0.5, text >= 1.2.5 && < 2.2, - time >= 1.11.1 && < 1.15, + time >= 1.11.1 && < 1.16, unordered-containers >= 0.2.19 && < 0.3, stm >= 2.5.0 && < 2.6, transformers-base >= 0.4.6 && < 0.5,