diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-18 19:52:42 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-18 19:58:39 +0100 |
commit | 387de1a303fb9734ed23224d0ee1e6e1f8ca6209 (patch) | |
tree | 4153024d1a06be1dc861020da63127988bd16cce /erebos.cabal | |
parent | d682913d9f0efe5b005df37932b375ab0047d7b8 (diff) |
Remove unused 'cereal' and 'tagged' dependencies
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erebos.cabal b/erebos.cabal index 8827322..f7a4497 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -126,7 +126,6 @@ library async >=2.2 && <2.3, binary >=0.8 && <0.11, bytestring >=0.10 && <0.13, - cereal >= 0.5 && <0.6, clock >=0.8 && < 0.9, containers >= 0.6 && <0.8, cryptonite >=0.25 && <0.31, @@ -142,7 +141,6 @@ library mtl >=2.2 && <2.4, network >= 3.1 && <3.2, stm >=2.5 && <2.6, - tagged >= 0.8 && <0.9, text >= 1.2 && <2.2, time >= 1.8 && <1.14, unix >=2.7 && <2.9, |