diff options
author | Kierán Meinhardt <kmein@posteo.de> | 2024-10-12 11:56:25 +0200 |
---|---|---|
committer | Kierán Meinhardt <kmein@posteo.de> | 2024-10-12 11:56:25 +0200 |
commit | 324ee5e50f88b5877f29164ca9c3e1c6c5161251 (patch) | |
tree | 594f1cde0fb540c4b67ddbb2f77aa780cd8371b7 /autotypes/autotypes.cabal | |
parent | 1e1f0daa077eaf73382c09b06456947e8a9dc204 (diff) |
add date-time scalars and conform further to json schema
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 c81abd0..d7d60b6 100644 --- a/autotypes/autotypes.cabal +++ b/autotypes/autotypes.cabal @@ -39,6 +39,7 @@ library containers, filepath, text, + time, vector hs-source-dirs: src default-language: Haskell2010 |