From 52e9a868a48a88b1f344206238151b14df3ade62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 20 Feb 2024 21:08:29 +0100 Subject: Fix iproute dependency lower bound --- erebos.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erebos.cabal b/erebos.cabal index 6c83fb1..8074dae 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -135,7 +135,7 @@ library hashable >=1.3 && <1.5, hashtables >=1.2 && <1.4, hinotify >=0.4 && <0.5, - iproute >=1.7 && <1.8, + iproute >=1.7.12 && <1.8, memory >=0.14 && <0.19, mtl >=2.2 && <2.4, network >= 3.1 && <3.2, -- cgit v1.2.3