diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-19 21:38:24 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-19 21:38:24 +0100 |
commit | 0769bfa51434b82159b4c68420330548b0451555 (patch) | |
tree | 9a09ff179f030d08c5e2dc111c8def4b050031d1 /erebos.cabal | |
parent | d4fda80fb4efd88a58a31c084437ec39e14f9f1e (diff) |
Drop unnecessary mime dependency
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal index f7a4497..d895b7f 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -137,7 +137,6 @@ library hinotify >=0.4 && <0.5, iproute >=1.7 && <1.8, memory >=0.14 && <0.19, - mime >= 0.4 && < 0.5, mtl >=2.2 && <2.4, network >= 3.1 && <3.2, stm >=2.5 && <2.6, |