diff options
author | Kierán Meinhardt <kmein@posteo.de> | 2024-10-12 12:36:42 +0200 |
---|---|---|
committer | Kierán Meinhardt <kmein@posteo.de> | 2024-10-12 12:36:42 +0200 |
commit | 47160b1fa5a9b351a999f5ca033dc165435af70e (patch) | |
tree | f9685ebf55b5ac5eafc422a946a4b1e1f82053a5 /autotypes/autotypes.cabal | |
parent | 0878de24223e51adfc91ea3a2a8e8f2cdc21debb (diff) |
autotypes schema toString via aeson
Diffstat (limited to 'autotypes/autotypes.cabal')
-rw-r--r-- | autotypes/autotypes.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autotypes/autotypes.cabal b/autotypes/autotypes.cabal index d7d60b6..819794b 100644 --- a/autotypes/autotypes.cabal +++ b/autotypes/autotypes.cabal @@ -33,6 +33,7 @@ library -- other-extensions: build-depends: aeson, + aeson-pretty, aeson-qq, base, bytestring, |