From 1b574f472e6ca052db3ab5041e2fc1ab9923f163 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 20 Dec 2023 15:10:34 +0100 Subject: chore: init --- apaperless.cabal | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 apaperless.cabal (limited to 'apaperless.cabal') diff --git a/apaperless.cabal b/apaperless.cabal new file mode 100644 index 0000000..5001d21 --- /dev/null +++ b/apaperless.cabal @@ -0,0 +1,31 @@ +cabal-version: 3.4 +name: apaperless +version: 0.1.0.0 +-- synopsis: +-- description: +license: Apache-2.0 +license-file: LICENSE +author: Alexander Foremny +maintainer: aforemny@posteo.de +-- copyright: +category: Text +build-type: Simple +extra-doc-files: CHANGELOG.md +-- extra-source-files: + +common warnings + ghc-options: -Wall + +executable apaperless + import: warnings + main-is: Main.hs + -- other-modules: + -- other-extensions: + build-depends: base ^>=4.16.4.0, + typed-process, + bytestring, + temporary, + directory, + filepath + hs-source-dirs: app + default-language: GHC2021 -- cgit v1.2.3