From 9e81c17e3dc5acfce46da91369b52974c525e5ff Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 10 Sep 2026 16:42:26 +0200 Subject: initial undebugged version --- git-auto-acp.cabal | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 git-auto-acp.cabal (limited to 'git-auto-acp.cabal') diff --git a/git-auto-acp.cabal b/git-auto-acp.cabal new file mode 100644 index 0000000..47aafe8 --- /dev/null +++ b/git-auto-acp.cabal @@ -0,0 +1,39 @@ +cabal-version: 3.0 +name: git-auto-acp +version: 0.1.0.0 +synopsis: + auto-git-add-commit-push over a watched directory, via filesystems notifications + +license: LGPL-3.0-or-later +license-file: LICENSE +author: Mirek Kratochvil +maintainer: exa.exa@gmail.com +copyright: (C) 2026 Mirek Kratochvil +category: Development +build-type: Simple +extra-doc-files: + CHANGELOG.md + README.md + +-- extra-source-files: + +common warnings + ghc-options: -Wall + +executable git-auto-acp + import: warnings + main-is: Main.hs + autogen-modules: Paths_git_auto_acp + other-modules: Paths_git_auto_acp + build-depends: + , base >=4.17 && <5 + , clock + , containers + , filepath + , fsnotify + , Glob + , optparse-applicative + , process + + hs-source-dirs: . + default-language: Haskell2010 -- cgit v1.2.3