aboutsummaryrefslogtreecommitdiffstats
path: root/json2sql.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-12 04:31:54 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-12 04:31:54 +0100
commit709f60ab694c2e0429f4585512f14a2c133f7d9c (patch)
treef825a7e7d3a3fbfe45fc25b6349a183cc31114aa /json2sql.cabal
parent92f403a2c7c6c61f16bf472ad75a7539bc7f2786 (diff)
`Only [Field] -> `Only (N.NonEmpty Field)`
Diffstat (limited to 'json2sql.cabal')
-rw-r--r--json2sql.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/json2sql.cabal b/json2sql.cabal
index 3a39f88..5851d0e 100644
--- a/json2sql.cabal
+++ b/json2sql.cabal
@@ -33,6 +33,7 @@ executable json2sql
gitlib-libgit2,
megaparsec,
mtl,
+ parser-combinators,
tagged,
text,
unliftio,