Wed, 02 Oct 2024 01:41:58 UTC | login

Information for build ghc-these-1.2-2.fc40

ID267452
Package Nameghc-these
Version1.2
Release2.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-these.git#33a0765e5b208637e40ac66952f94e7863d96dcf
SummaryAn either-or-both data type
DescriptionThis package provides a data type 'These a b' which can hold a value of either type or values of each type. This is usually thought of as an "inclusive or" type (contrasting 'Either a b' as "exclusive or") or as an "outer join" type (contrasting '(a, b)' as "inner join"). ' data These a b = This a | That b | These a b ' Since version 1, this package was split into parts: * <https://hackage.haskell.org/package/semialign semialign> For 'Align' and 'Zip' type-classes. * <https://hackage.haskell.org/package/semialign-indexed semialign-indexed> For 'SemialignWithIndex' class, providing 'ialignWith' and 'izipWith'. * <https://hackage.haskell.org/package/these-lens these-lens> For lens combinators. * <http://hackage.haskell.org/package/monad-chronicle monad-chronicle> For transformers variant of 'These'.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 18 Nov 2023 06:21:39 UTC
CompletedSat, 18 Nov 2023 10:20:12 UTC
Taskbuild (f40, /rpms/ghc-these.git:33a0765e5b208637e40ac66952f94e7863d96dcf)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-these.git#33a0765e5b208637e40ac66952f94e7863d96dcf'}}
Tags
f40
RPMs
src
ghc-these-1.2-2.fc40.src.rpm (info) (download)
noarch
ghc-foldable1-classes-compat-doc-0.1-2.fc40.noarch.rpm (info) (download)
ghc-these-doc-1.2-2.fc40.noarch.rpm (info) (download)
riscv64
ghc-foldable1-classes-compat-0.1-2.fc40.riscv64.rpm (info) (download)
ghc-foldable1-classes-compat-devel-0.1-2.fc40.riscv64.rpm (info) (download)
ghc-foldable1-classes-compat-prof-0.1-2.fc40.riscv64.rpm (info) (download)
ghc-these-1.2-2.fc40.riscv64.rpm (info) (download)
ghc-these-devel-1.2-2.fc40.riscv64.rpm (info) (download)
ghc-these-prof-1.2-2.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Jul 25 2023 Jens Petersen <petersen@redhat.com> 1.2-2 - add foldable1-classes-compat * Sun Jul 23 2023 Jens Petersen <petersen@redhat.com> 1.2-1 - https://hackage.haskell.org/package/these-1.2/changelog * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 1.1.1.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 1.1.1.1-7 - refresh to cabal-rpm-2.1.0 with SPDX migration * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 1.1.1.1-5 - rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 1.1.1.1-3 - rebuild