final 9.10.1 release

hadrian requires ghc9.6 Cabal to bootstrap (build)
This commit is contained in:
Jens Petersen 2024-05-13 18:56:22 +08:00
parent 1af3d52389
commit 0f809202ac

View File

@ -17,7 +17,7 @@
%global ghc_major 9.10
%global ghc_name ghc%{ghc_major}
# to handle RCs
# to handle RCs (obsolete?)
%global ghc_release %{version}
%global base_ver 4.20.0.0
@ -50,12 +50,12 @@
%global ghc_unregisterized_arches s390 %{mips}
Name: %{ghc_name}
Version: 9.10.0.20240413
Version: 9.10.1
# Since library subpackages are versioned:
# - release can only be reset if *all* library versions get bumped simultaneously
# (sometimes after a major release)
# - minor release numbers for a branch should be incremented monotonically
Release: 0.1%{?dist}
Release: 1%{?dist}
Summary: Glasgow Haskell Compiler
License: BSD-3-Clause AND HaskellReport
@ -157,7 +157,7 @@ BuildRequires: llvm%{llvm_major}
# needed for binary-dist-dir
BuildRequires: autoconf automake
%if %{with build_hadrian}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Cabal-devel > 3.10
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base16-bytestring-devel
@ -856,10 +856,8 @@ make test
%changelog
* Tue Apr 16 2024 Jens Petersen <petersen@redhat.com> - 9.10.0.20240413-0.1
- bump to alpha3
- https://downloads.haskell.org/~ghc/9.10.1-alpha3/docs/users_guide/9.10.1-notes.html
* Mon May 13 2024 Jens Petersen <petersen@redhat.com> - 9.10.1-1
- https://downloads.haskell.org/~ghc/9.10.1/docs/users_guide/9.10.1-notes.html
* Thu Mar 14 2024 Jens Petersen <petersen@redhat.com> - 9.10.0.20240313-0.1
- initial package derived from ghc9.8
- https://downloads.haskell.org/~ghc/9.10.1-alpha1