From ee766c84b980f4609110256138d0d03ab5c13121 Mon Sep 17 00:00:00 2001 From: jappeace <3874017+jappeace@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:29:21 +0000 Subject: [PATCH] Bumping 1 dependency network >=3.1.2 && <3.2 (latest: 3.2.0.0) --- keter.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keter.cabal b/keter.cabal index a1c63d2..619a851 100644 --- a/keter.cabal +++ b/keter.cabal @@ -54,7 +54,7 @@ library lifted-base >=0.2.3 && <0.3, monad-logger >=0.3.0 && <0.4.0, mtl >=2.2.2 && <2.3 || ^>=2.3.1, - network >=3.1.2 && <3.2, + network >=3.1.2 && <3.2 || ^>=3.2.0, optparse-applicative >=0.16.1 && <0.18 || ^>=0.18.1.0, process >=1.4.3 && <1.7, random >=1.2.1 && <1.3,