aboutsummaryrefslogtreecommitdiffstats
path: root/astore.cabal
diff options
context:
space:
mode:
authorLibravatar Kierán Meinhardt <kmein@posteo.de>2024-10-11 17:12:39 +0200
committerLibravatar Kierán Meinhardt <kmein@posteo.de>2024-10-11 17:12:39 +0200
commit56fccc922fd3d7fdf748b7d2b6cf1df4e48bceb2 (patch)
treed53867adf7c02a8f2e88f3f310ff699ff28b23cf /astore.cabal
parentff448719b9fa0463639440dcdfcca17294a02d83 (diff)
pretty print JSON
Diffstat (limited to 'astore.cabal')
-rw-r--r--astore.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/astore.cabal b/astore.cabal
index 77b450b..a59eb0f 100644
--- a/astore.cabal
+++ b/astore.cabal
@@ -32,6 +32,7 @@ library
build-depends:
aeson,
+ aeson-pretty,
base,
bytestring,
containers,