summaryrefslogtreecommitdiffstats
path: root/apaperless.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'apaperless.cabal')
-rw-r--r--apaperless.cabal35
1 files changed, 18 insertions, 17 deletions
diff --git a/apaperless.cabal b/apaperless.cabal
index 8e26457..08001b4 100644
--- a/apaperless.cabal
+++ b/apaperless.cabal
@@ -28,32 +28,33 @@ executable apaperless
Store
-- other-extensions:
build-depends:
+ aeson,
+ attoparsec,
base,
- typed-process,
+ binary,
bytestring,
- temporary,
+ containers,
+ data-default,
+ deepseq,
directory,
filepath,
- text,
- containers,
- attoparsec,
- parallel-io,
- aeson,
+ lock-file,
optparse-applicative,
+ parallel,
+ parallel-io,
+ regex,
SHA,
- lock-file,
- data-default,
+ split,
tags,
+ temporary,
+ text,
time,
- regex,
- yaml,
- xdg-basedir,
- binary,
- vector,
- parallel,
- deepseq,
+ typed-process,
+ unicode-transforms,
unordered-containers,
+ vector,
vector-binary-instances,
- split
+ xdg-basedir,
+ yaml
hs-source-dirs: app
default-language: GHC2021