summaryrefslogtreecommitdiffstats
path: root/apaperless.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'apaperless.cabal')
-rw-r--r--apaperless.cabal14
1 files changed, 12 insertions, 2 deletions
diff --git a/apaperless.cabal b/apaperless.cabal
index 480b605..1217b15 100644
--- a/apaperless.cabal
+++ b/apaperless.cabal
@@ -14,14 +14,17 @@ extra-doc-files: CHANGELOG.md
-- extra-source-files:
common warnings
- ghc-options: -Wall -threaded
+ ghc-options: -Wall -threaded -with-rtsopts=-N -rtsopts
executable apaperless
import: warnings
main-is: Main.hs
other-modules:
+ Document
+ ProbabilityMap
Prompt
Settings
+ Store
-- other-extensions:
build-depends:
base,
@@ -43,6 +46,13 @@ executable apaperless
time,
regex,
yaml,
- xdg-basedir
+ xdg-basedir,
+ binary,
+ vector,
+ parallel,
+ deepseq,
+ unordered-containers,
+ vector-binary-instances,
+ split
hs-source-dirs: app
default-language: GHC2021