From 94b832574ddf079d3c512b0b04916f8fb7d4c041 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 31 Jan 2025 15:10:54 +0000 Subject: [PATCH] Add .gitignore and .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 1 + cabal-install.spec | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d5b8b48..dd7cf08 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,4 +13,5 @@ jobs: with: CI_DEPLOY: ${{ secrets.CI_DEPLOY }} PUBLICATOR: ${{ secrets.PUBLICATOR }} + REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }} diff --git a/cabal-install.spec b/cabal-install.spec index 870c6ad..215d1b4 100644 --- a/cabal-install.spec +++ b/cabal-install.spec @@ -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 \