diff --git a/cabal-install-solver-3.12.1.0.tar.gz b/cabal-install-solver-3.12.1.0.tar.gz deleted file mode 100644 index 130c037..0000000 --- a/cabal-install-solver-3.12.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71dba1d353e9039834573291eaefdb10d7cbc62ee0d81e7a53e9e8cf55225e7a -size 89563 diff --git a/cabal-install-solver-3.14.1.0.tar.gz b/cabal-install-solver-3.14.1.0.tar.gz new file mode 100644 index 0000000..afa525e --- /dev/null +++ b/cabal-install-solver-3.14.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b579e281442202094721ba7e8c9da8b1300188e5e96885b794137d38e9638c3d +size 89361 diff --git a/ghc-cabal-install-solver.changes b/ghc-cabal-install-solver.changes index 9f96140..11ec22e 100644 --- a/ghc-cabal-install-solver.changes +++ b/ghc-cabal-install-solver.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 16 23:08:23 UTC 2024 - Peter Simons + +- Update cabal-install-solver to version 3.14.1.0. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/cabal-install-solver-3.14.1.0/src/ChangeLog.md + ------------------------------------------------------------------- Fri Jun 28 18:09:34 UTC 2024 - Peter Simons diff --git a/ghc-cabal-install-solver.spec b/ghc-cabal-install-solver.spec index 6d8b925..14a17fb 100644 --- a/ghc-cabal-install-solver.spec +++ b/ghc-cabal-install-solver.spec @@ -20,9 +20,9 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 3.12.1.0 +Version: 3.14.1.0 Release: 0 -Summary: The command-line interface for Cabal and Hackage +Summary: The solver component of cabal-install License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz @@ -66,7 +66,7 @@ BuildRequires: ghc-tasty-quickcheck-prof %endif %description -The solver component used in cabal-install command-line program. +The solver component used in the cabal-install command-line program. %package devel Summary: Haskell %{pkg_name} library development files @@ -97,8 +97,6 @@ This package provides the Haskell %{pkg_name} profiling library. %prep %autosetup -n %{pkg_name}-%{version} -cabal-tweak-dep-ver Cabal '^>=3.12.1.0' '< 4' -cabal-tweak-dep-ver Cabal-syntax '^>=3.12.1.0' '< 4' %build %ghc_lib_build