diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-12 05:30:47 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-12 05:30:47 +0100 |
commit | 9e79b37ce9f6f863d50659d1c51620d544cc5b5c (patch) | |
tree | 50d6dac8c580e0bcefc16fceeb84acee6e0f0d5a /json2sql.cabal | |
parent | 0ae2a8ebbc88e013d2a79ee727da82931002ef96 (diff) |
refactor `Record`
Diffstat (limited to 'json2sql.cabal')
-rw-r--r-- | json2sql.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/json2sql.cabal b/json2sql.cabal index 5851d0e..aab906b 100644 --- a/json2sql.cabal +++ b/json2sql.cabal @@ -20,6 +20,9 @@ executable json2sql main-is: Main.hs other-modules: Debug + Exception + Field + Record Store -- other-extensions: build-depends: base ^>=4.16.4.0, |