From 3b0d5c34144c9619006ea7d872e73d21081acdc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 10 Feb 2024 11:41:05 +0100 Subject: Update versions of dependencies --- erebos.cabal | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/erebos.cabal b/erebos.cabal index 52780f3..93051b5 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -107,29 +107,29 @@ library build-depends: async >=2.2 && <2.3, binary >=0.8 && <0.11, - bytestring >=0.10 && <0.12, + bytestring >=0.10 && <0.13, cereal >= 0.5 && <0.6, clock >=0.8 && < 0.9, - containers >= 0.6 && <0.7, + containers >= 0.6 && <0.8, cryptonite >=0.25 && <0.31, - deepseq >= 1.4 && <1.5, + deepseq >= 1.4 && <1.6, directory >= 1.3 && <1.4, - filepath >=1.4 && <1.5, + filepath >=1.4 && <1.6, hashable >=1.3 && <1.5, hashtables >=1.2 && <1.4, hinotify >=0.4 && <0.5, iproute >=1.7 && <1.8, - memory >=0.14 && <0.18, + memory >=0.14 && <0.19, mime >= 0.4 && < 0.5, - mtl >=2.2 && <2.3, + mtl >=2.2 && <2.4, network >= 3.1 && <3.2, stm >=2.5 && <2.6, tagged >= 0.8 && <0.9, - text >= 1.2 && <2.1, + text >= 1.2 && <2.2, time >= 1.8 && <1.14, - unix >=2.7 && <2.8, + unix >=2.7 && <2.9, uuid >=1.3 && <1.4, - zlib >=0.6 && <0.7 + zlib >=0.6 && <0.8 executable erebos import: common -- cgit v1.2.3