diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2024-07-25 20:59:42 +0200 | 
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-07-25 21:00:58 +0200 | 
| commit | 3b025f4c1c82e3ce5d4b6017228af32aee9327ac (patch) | |
| tree | 5279bd910f9bc69d7652cb62b025a870fc8e8df1 | |
| parent | d6b5ff12ecf58b4ab502be96ebbc7d74b33c0692 (diff) | |
Cabal file update
| -rw-r--r-- | minici.cabal | 14 | 
1 files changed, 8 insertions, 6 deletions
| diff --git a/minici.cabal b/minici.cabal index a361cd3..72e6c7e 100644 --- a/minici.cabal +++ b/minici.cabal @@ -1,15 +1,16 @@  cabal-version:      3.0  name:               minici  version:            0.1.1 -synopsis: - --- A longer description of the package. --- description: -homepage: +synopsis:           Minimalist CI framework to run checks on local machine +description: +    Runs defined jobs, for example to build and test a project, for each git +    commit in a given set and reports results. The jobs are configured in +    a simple YAML file and can produce artifacts to be used in other steps. +homepage:           https://erebosprotocol.net/minici  -- A URL where users can report bugs.  -- bug-reports: -license:            GPL-3.0-or-later +license:            GPL-3.0-only  license-file:       LICENSE  author:             Roman Smrž  maintainer:         roman.smrz@seznam.cz @@ -17,6 +18,7 @@ maintainer:         roman.smrz@seznam.cz  -- A copyright notice.  -- copyright:  -- category: +category:           Testing  extra-doc-files:      CHANGELOG.md |