diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-20 21:08:29 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-20 21:08:29 +0100 |
commit | 52e9a868a48a88b1f344206238151b14df3ade62 (patch) | |
tree | 96a8b49a5f9b4d5b751481827606f449399edb37 | |
parent | a26dec4d8aa78a0d4139d9cdcac447a1fc61ea9d (diff) |
Fix iproute dependency lower bound
-rw-r--r-- | erebos.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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, |