diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-26 03:24:31 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-26 03:24:31 +0100 |
commit | 336273d2797de14d44ec387ea7e5bd0215bf98ab (patch) | |
tree | 0567244c2d1a735096cfaaf5b855bb080c82cdf1 /apaperless.cabal | |
parent | fdb3b6d964ea82490d5c5abe94c97144c0d0288d (diff) |
chore: add `createdAt` tag
Diffstat (limited to 'apaperless.cabal')
-rw-r--r-- | apaperless.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apaperless.cabal b/apaperless.cabal index 141a710..c9a61cb 100644 --- a/apaperless.cabal +++ b/apaperless.cabal @@ -19,7 +19,8 @@ common warnings executable apaperless import: warnings main-is: Main.hs - -- other-modules: + other-modules: + Prompt -- other-extensions: build-depends: base, @@ -38,6 +39,7 @@ executable apaperless lock-file, data-default, tags, - time + time, + regex hs-source-dirs: app default-language: GHC2021 |