Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Failing after 18m18s

This commit is contained in:
Your Name 2025-01-31 15:10:54 +00:00
parent 607eed6808
commit 94b832574d
2 changed files with 9 additions and 2 deletions

View file

@ -13,4 +13,5 @@ jobs:
with:
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
PUBLICATOR: ${{ secrets.PUBLICATOR }}
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}

View file

@ -3,8 +3,8 @@
Summary: The command-line interface for Cabal and Hackage
Name: cabal-install
Version: 1.24.0.0
Release: 5
Version: 2.2.0.0
Release: 1
License: BSD
Group: Development/Haskell
Url: http://hackage.haskell.org/package/%{name}
@ -31,6 +31,9 @@ BuildRequires: haskell(tagged) >= 0.8.5
BuildRequires: haskell(tasty) >= 0.11.0.4
BuildRequires: haskell(tasty-hunit) >= 0.9.2
BuildRequires: haskell(tasty-quickcheck) >= 0.8.4
BuildRequires: haskell(parsec) >= 3.1.13
BuildRequires: haskell(text) >= 1.2.3.0
BuildRequires: haskell(http-types)
Requires(post,preun): ghc >= 8.0.1
@ -55,7 +58,10 @@ installation of Haskell libraries and programs.
%setup -q
%build
./bootstrap.sh
%_cabal_build
#cabal install parsec < 3
#cabal build
%install
install -Dm644 bash-completion/cabal \