From 335f37c340f8778d158fc3cfe625e50af138bfc4 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 28 Apr 2026 21:00:35 +0200 Subject: sudden outbreak of haskells --- git-deli.cabal | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 git-deli.cabal (limited to 'git-deli.cabal') diff --git a/git-deli.cabal b/git-deli.cabal new file mode 100644 index 0000000..837ce16 --- /dev/null +++ b/git-deli.cabal @@ -0,0 +1,36 @@ +cabal-version: 3.0 +name: git-deli +version: 0.1.0.0 +synopsis: git history delinearizer +description: + git-deli is a git frontend for multi-branch workflows. It creates virtual + "view" commits that represent pre-merged state of several branches, and + maintain it over commits that are pushed into the independent branches. + +license: GPL-3.0-or-later +license-file: LICENSE +author: Mirek Kratochvil +maintainer: exa.exa@gmail.com + +-- copyright: +category: Development +build-type: Simple +extra-doc-files: README.md CHANGELOG.md + +common warnings + ghc-options: -Wall + +executable git-deli + import: warnings + main-is: Main.hs + other-modules: Opts + autogen-modules: Paths_git_deli + other-modules: Paths_git_deli + build-depends: + , base >=4.15 && <5 + , filepath + , optparse-applicative + , process + + hs-source-dirs: . + default-language: Haskell2010 -- cgit v1.2.3