From c2e5ef6b789a320ff923fd3ca24606a136831b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 25 Feb 2025 20:55:55 +0100 Subject: Relax lower bounds on unix package To allow versions available in debian bookworm and trixie. --- minici.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minici.cabal b/minici.cabal index 84ebcff..fc3c3da 100644 --- a/minici.cabal +++ b/minici.cabal @@ -100,7 +100,7 @@ executable minici temporary ^>= { 1.3 }, text ^>= { 1.2, 2.0, 2.1 }, th-compat ^>= { 0.1 }, - unix ^>= { 2.7.3, 2.8.6 }, + unix ^>= { 2.7.2, 2.8.4 }, hs-source-dirs: src default-language: Haskell2010 -- cgit v1.2.3