diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-06-30 16:41:18 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-06-30 16:41:18 +0200 |
commit | 47b8396c94af75832d96e4d3b4e0d7001ff70388 (patch) | |
tree | 0b601a7fc2747fe74b2b915297bc8c9ba6b5484f /erebos.cabal | |
parent | e4ab9a3270e4c29a556cdcea315a9a01477ed866 (diff) |
Replace inotify with multiplatform fsnotify package
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal index 8a8f0bc..472811f 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -148,9 +148,9 @@ library deepseq >= 1.4 && <1.6, directory >= 1.3 && <1.4, filepath >=1.4 && <1.6, + fsnotify ^>= { 0.4 }, hashable >=1.3 && <1.5, hashtables >=1.2 && <1.4, - hinotify >=0.4 && <0.5, iproute >=1.7.12 && <1.8, memory >=0.14 && <0.19, mtl >=2.2 && <2.4, |