From 336273d2797de14d44ec387ea7e5bd0215bf98ab Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 26 Dec 2023 03:24:31 +0100 Subject: chore: add `createdAt` tag --- apaperless.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apaperless.cabal') 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 -- cgit v1.2.3