diff options
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 |