summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-02-25 20:55:55 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-03-02 21:25:59 +0100
commitc2e5ef6b789a320ff923fd3ca24606a136831b2e (patch)
tree4035515ece826015c848fbd0f09538cdab34f362
parent9236b6571a87a8c8f9b1720dd49839895303a1b7 (diff)
Relax lower bounds on unix package
To allow versions available in debian bookworm and trixie.
-rw-r--r--minici.cabal2
1 files changed, 1 insertions, 1 deletions
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