well-typed / cborg

Binary serialisation in the CBOR format
https://hackage.haskell.org/package/cborg
191 stars 86 forks source link

Remove dependency on `aeson-pretty` #323

Open wenkokke opened 1 year ago

wenkokke commented 1 year ago

The package declares a dependency on aeson-pretty but didn't use it: https://github.com/well-typed/cborg/blob/41498491994c709091b82b799a76a71295b3186e/cborg-json/cborg-json.cabal#L35

This is probably a holdover from debugging, and can safely be removed.