diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-02-25 20:55:55 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-02 21:25:59 +0100 |
commit | c2e5ef6b789a320ff923fd3ca24606a136831b2e (patch) | |
tree | 4035515ece826015c848fbd0f09538cdab34f362 | |
parent | 9236b6571a87a8c8f9b1720dd49839895303a1b7 (diff) |
Relax lower bounds on unix package
To allow versions available in debian bookworm and trixie.
-rw-r--r-- | minici.cabal | 2 |
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 |