summaryrefslogtreecommitdiff
path: root/erebos.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2021-08-06 22:42:23 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2021-08-06 22:42:23 +0200
commitd722b2045d028e80786109947ceef1aaffa569eb (patch)
treeab4ce32f640c3f38ff6ba1f3f2e870afeb711ef1 /erebos.cabal
parentc1e61496f5c2826d897c96777906c8c9d083906c (diff)
Network: switch to safer withFdSocket call
Diffstat (limited to 'erebos.cabal')
-rw-r--r--erebos.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal
index 4114601..73c395a 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -71,7 +71,7 @@ executable erebos
memory >=0.14 && <0.17,
mime >= 0.4 && < 0.5,
mtl >=2.2 && <2.3,
- network >= 3.0 && <3.2,
+ network >= 3.1 && <3.2,
stm >=2.5 && <2.6,
tagged >= 0.8 && <0.9,
text >= 1.2 && <1.3,