aboutsummaryrefslogtreecommitdiffstats
path: root/json2sql.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-10 09:29:04 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-10 09:29:04 +0100
commit92f403a2c7c6c61f16bf472ad75a7539bc7f2786 (patch)
tree077472c8c7f1a739f42e37fd75be34e61897f762 /json2sql.cabal
parent5b99f6683ff92621f5b98685b0d638ae2362348b (diff)
add EMBED clause
Diffstat (limited to 'json2sql.cabal')
-rw-r--r--json2sql.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/json2sql.cabal b/json2sql.cabal
index fdd0aac..3a39f88 100644
--- a/json2sql.cabal
+++ b/json2sql.cabal
@@ -38,6 +38,7 @@ executable json2sql
unliftio,
unliftio-core,
unordered-containers,
- utf8-string
+ utf8-string,
+ vector
hs-source-dirs: app
default-language: GHC2021