Package rpm-build-haskell: Information

  • Default inline alert: Version in the repository: 1.5.4-alt1

Source package: rpm-build-haskell
Version: 1.5.2-alt1
Latest version according to Repology
Build time:  Mar 11, 2025, 11:02 PM in the task #377439
Report package bug
License: MIT
Summary: RPM helpers to rebuild Haskell packages
Description: 
RPM macros and reqprov helpers to be used in Haskell packages.

There is currently no support for compilers other than GHC.

List of RPM packages built from this SRPM:
rpm-build-haskell (x86_64, i586, aarch64)
rpm-build-haskell-extra (x86_64, i586, aarch64)

Maintainer: Leonid Znamenok



Last changed


March 5, 2025 Leonid Znamenok 1.5.2-alt1
- Changed ghc_gen_filelist.sh logic for GHC 9.2 built with Hadrian
- Rewrote all ghc_* and cabal* macros in multiline style (thx vt@)
- Changed file placements in accordance with GHC built with Hadrian
- Enabled shared split sections on all architectures
Feb. 19, 2025 Leonid Znamenok 1.5.1-alt1
- Added extra macros for building of ghc metapackage
- Added processing of multi-module packages
- Changed naming from ghc_release to ghc_major in extra macroses
- Separated extra macroses to subpackage
- Changed License to MIT from Public Domain
Feb. 13, 2025 Leonid Znamenok 1.5.0-alt1
- Replaced split sections with split objects on ghc >= 9.0.0 (thx ancieg@)
- Updated hs_gen_filelist script to ghc_gen_filelist
   + Now it separates devel, runtime and doc components in individual files
- Added new macroses ghc_* for building packages in modern way
- Added extra ghc macroses for automatic sublibs creation in ghc package