diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2023-11-18 13:22:14 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-11-18 20:03:24 +0100 |
commit | 4a620944be3d9f389aa63ef62c6478c199c329fe (patch) | |
tree | ce683aeb8a7055e6d4c8aeeba5e05350a463ebf6 /erebos.cabal | |
parent | 88a7bb50033baab3c2d0eed7e4be868e8966300a (diff) |
Drop JSON type support for record items
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 3680ecd..545acb2 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -90,7 +90,6 @@ library pkgconfig-depends: libpjproject >= 2.9 build-depends: - aeson >=1.4 && <2.1, async >=2.2 && <2.3, binary >=0.8 && <0.11, bytestring >=0.10 && <0.12, |