diff options
author | Kierán Meinhardt <kmein@posteo.de> | 2024-10-11 17:12:39 +0200 |
---|---|---|
committer | Kierán Meinhardt <kmein@posteo.de> | 2024-10-11 17:12:39 +0200 |
commit | 56fccc922fd3d7fdf748b7d2b6cf1df4e48bceb2 (patch) | |
tree | d53867adf7c02a8f2e88f3f310ff699ff28b23cf /astore.cabal | |
parent | ff448719b9fa0463639440dcdfcca17294a02d83 (diff) |
pretty print JSON
Diffstat (limited to 'astore.cabal')
-rw-r--r-- | astore.cabal | 1 |
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, |