ghc-unordered-containers package is retired on c9s for CS-611

This commit is contained in:
Troy Dawson 2022-04-14 12:33:35 -07:00
parent c54c942e03
commit f7d4a4eee7
5 changed files with 1 additions and 459 deletions

12
.gitignore vendored
View File

@ -1,12 +0,0 @@
/unordered-containers-0.1.4.3.tar.gz
/unordered-containers-0.1.4.6.tar.gz
/unordered-containers-0.2.1.0.tar.gz
/unordered-containers-0.2.2.1.tar.gz
/unordered-containers-0.2.3.0.tar.gz
/unordered-containers-0.2.4.0.tar.gz
/unordered-containers-0.2.5.1.tar.gz
/unordered-containers-0.2.7.1.tar.gz
/unordered-containers-0.2.7.2.tar.gz
/unordered-containers-0.2.8.0.tar.gz
/unordered-containers-0.2.9.0.tar.gz
/unordered-containers-0.2.10.0.tar.gz

1
dead.package Normal file
View File

@ -0,0 +1 @@
ghc-unordered-containers package is retired on c9s for CS-611

View File

@ -1,227 +0,0 @@
# generated by cabal-rpm-2.0.6
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
%global pkg_name unordered-containers
%global pkgver %{pkg_name}-%{version}
# testsuite missing deps: test-framework test-framework-quickcheck2 test-framework-hunit ChasingBottoms
Name: ghc-%{pkg_name}
Version: 0.2.10.0
Release: 7%{?dist}
Summary: Efficient hashing-based container types
License: BSD
Url: https://hackage.haskell.org/package/%{pkg_name}
# Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
# End cabal-rpm sources
# Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-prof
BuildRequires: ghc-deepseq-prof
BuildRequires: ghc-hashable-prof
# End cabal-rpm deps
%description
Efficient hashing-based container types. The containers have been optimized for
performance critical use, both in terms of large data quantities and high
speed.
The declared cost of each operation is either worst-case or amortized, but
remains valid even if structures are shared.
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Provides: %{name}-static%{?_isa} = %{version}-%{release}
%if %{defined ghc_version}
Requires: ghc-compiler = %{ghc_version}
%endif
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development
files.
%if %{with haddock}
%package doc
Summary: Haskell %{pkg_name} library documentation
BuildArch: noarch
%description doc
This package provides the Haskell %{pkg_name} library
documentation.
%endif
%if %{with ghc_prof}
%package prof
Summary: Haskell %{pkg_name} profiling library
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
Supplements: (%{name}-devel and ghc-prof)
%description prof
This package provides the Haskell %{pkg_name} profiling library.
%endif
%prep
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
%build
# Begin cabal-rpm build:
%ghc_lib_build
# End cabal-rpm build
%install
# Begin cabal-rpm install
%ghc_lib_install
# End cabal-rpm install
%files -f %{name}.files
# Begin cabal-rpm files:
%license LICENSE
# End cabal-rpm files
%files devel -f %{name}-devel.files
%doc CHANGES.md
%if %{with haddock}
%files doc -f %{name}-doc.files
%license LICENSE
%endif
%if %{with ghc_prof}
%files prof -f %{name}-prof.files
%endif
%changelog
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.2.10.0-7
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10.0-5
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 0.2.10.0-3
- refresh to cabal-rpm-2.0.6
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.2.10.0-1
- update to 0.2.10.0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.2.9.0-3
- refresh to cabal-rpm-0.13
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 0.2.9.0-1
- update to 0.2.9.0
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.2.8.0-1
- update to 0.2.8.0
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Tue Feb 21 2017 Jens Petersen <petersen@redhat.com> - 0.2.7.2-1
- update to 0.2.7.2
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 0.2.7.1-1
- update to 0.2.7.1
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 0.2.5.1-1
- update to 0.2.5.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Fri Aug 8 2014 Jens Petersen <petersen@redhat.com> - 0.2.4.0-1
- update to 0.2.4.0
* Thu Jun 19 2014 Jens Petersen <petersen@redhat.com> - 0.2.3.0-4
- update packaging to cblrpm-0.8.11
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Jun 20 2013 Jens Petersen <petersen@redhat.com> - 0.2.3.0-2
- update to cabal-rpm-0.8
- part of haskell-platform-2013.2
* Tue Mar 12 2013 Jens Petersen <petersen@redhat.com> - 0.2.3.0-1
- update to 0.2.3.0
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Nov 08 2012 Jens Petersen <petersen@redhat.com> - 0.2.2.1-1
- update to 0.2.2.1
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.2.1.0-2
- change prof BRs to devel
* Wed Jun 13 2012 Jens Petersen <petersen@redhat.com> - 0.2.1.0-1
- update to 0.2.1.0
* Fri Mar 23 2012 Jens Petersen <petersen@redhat.com> - 0.1.4.6-3
- add license to ghc_files
* Thu Mar 8 2012 Jens Petersen <petersen@redhat.com> - 0.1.4.6-2
- rebuild
* Thu Jan 5 2012 Jens Petersen <petersen@redhat.com> - 0.1.4.6-1
- update to 0.1.4.6 and cabal2spec-0.25.2
* Wed Nov 23 2011 Jens Petersen <petersen@redhat.com> - 0.1.4.3-1
- BSD license
- depends on deepseq and hashable
* Wed Nov 23 2011 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org>
- initial packaging for Fedora automatically generated by cabal2spec-0.24.1

View File

@ -1 +0,0 @@
SHA512 (unordered-containers-0.2.10.0.tar.gz) = 450e5e839e0092b2476a0abfc3eb2f45fba634a9e782cddf25b3db3730d16dd2e65673f46678ab4ad23be71525ae5f72888b89b03402cb70e20fc33feb765766

View File

@ -1,219 +0,0 @@
name: unordered-containers
version: 0.2.10.0
x-revision: 1
synopsis: Efficient hashing-based container types
description:
Efficient hashing-based container types. The containers have been
optimized for performance critical use, both in terms of large data
quantities and high speed.
.
The declared cost of each operation is either worst-case or
amortized, but remains valid even if structures are shared.
license: BSD3
license-file: LICENSE
author: Johan Tibell
maintainer: johan.tibell@gmail.com
Homepage: https://github.com/tibbe/unordered-containers
bug-reports: https://github.com/tibbe/unordered-containers/issues
copyright: 2010-2014 Johan Tibell
2010 Edward Z. Yang
category: Data
build-type: Simple
cabal-version: >=1.10
extra-source-files: CHANGES.md
tested-with: GHC==8.4.1, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4
flag debug
description: Enable debug support
default: False
library
exposed-modules:
Data.HashMap.Lazy
Data.HashMap.Strict
Data.HashSet
other-modules:
Data.HashMap.Array
Data.HashMap.Base
Data.HashMap.Strict.Base
Data.HashMap.List
Data.HashMap.Unsafe
Data.HashMap.UnsafeShift
Data.HashSet.Base
build-depends:
base >= 4.7 && < 5,
deepseq >= 1.1,
hashable >= 1.0.1.1 && < 1.4
default-language: Haskell2010
other-extensions:
RoleAnnotations,
UnboxedTuples,
ScopedTypeVariables,
MagicHash,
BangPatterns
ghc-options: -Wall -O2 -fwarn-tabs -ferror-spans
if impl (ghc < 8.2)
-- This is absolutely necessary (but not sufficient) for correctness due to
-- the referential-transparency-breaking mutability in unsafeInsertWith. See
-- #147 and GHC #13615 for details. The bug was fixed in GHC 8.2.
ghc-options: -feager-blackholing
if flag(debug)
cpp-options: -DASSERTS
test-suite hashmap-lazy-properties
hs-source-dirs: tests
main-is: HashMapProperties.hs
type: exitcode-stdio-1.0
build-depends:
base,
containers >= 0.5.8,
hashable >= 1.0.1.1,
QuickCheck >= 2.4.0.1,
test-framework >= 0.3.3,
test-framework-quickcheck2 >= 0.2.9,
unordered-containers
default-language: Haskell2010
ghc-options: -Wall
cpp-options: -DASSERTS
test-suite hashmap-strict-properties
hs-source-dirs: tests
main-is: HashMapProperties.hs
type: exitcode-stdio-1.0
build-depends:
base,
containers >= 0.5.8,
hashable >= 1.0.1.1,
QuickCheck >= 2.4.0.1,
test-framework >= 0.3.3,
test-framework-quickcheck2 >= 0.2.9,
unordered-containers
default-language: Haskell2010
ghc-options: -Wall
cpp-options: -DASSERTS -DSTRICT
test-suite hashset-properties
hs-source-dirs: tests
main-is: HashSetProperties.hs
type: exitcode-stdio-1.0
build-depends:
base,
containers >= 0.4,
hashable >= 1.0.1.1,
QuickCheck >= 2.4.0.1,
test-framework >= 0.3.3,
test-framework-quickcheck2 >= 0.2.9,
unordered-containers
default-language: Haskell2010
ghc-options: -Wall
cpp-options: -DASSERTS
test-suite list-tests
hs-source-dirs: tests .
main-is: List.hs
other-modules:
Data.HashMap.List
type: exitcode-stdio-1.0
build-depends:
base,
containers >= 0.4,
QuickCheck >= 2.4.0.1,
test-framework >= 0.3.3,
test-framework-quickcheck2 >= 0.2.9
default-language: Haskell2010
ghc-options: -Wall
cpp-options: -DASSERTS
test-suite regressions
hs-source-dirs: tests
main-is: Regressions.hs
type: exitcode-stdio-1.0
build-depends:
base,
hashable >= 1.0.1.1,
HUnit,
QuickCheck >= 2.4.0.1,
test-framework >= 0.3.3,
test-framework-hunit,
test-framework-quickcheck2,
unordered-containers
default-language: Haskell2010
ghc-options: -Wall
cpp-options: -DASSERTS
test-suite strictness-properties
hs-source-dirs: tests
main-is: Strictness.hs
type: exitcode-stdio-1.0
build-depends:
base,
ChasingBottoms,
containers >= 0.4.2,
hashable >= 1.0.1.1,
QuickCheck >= 2.4.0.1,
test-framework >= 0.3.3,
test-framework-quickcheck2 >= 0.2.9,
unordered-containers
default-language: Haskell2010
ghc-options: -Wall
cpp-options: -DASSERTS
benchmark benchmarks
-- We cannot depend on the unordered-containers library directly as
-- that creates a dependency cycle.
hs-source-dirs: . benchmarks
main-is: Benchmarks.hs
type: exitcode-stdio-1.0
other-modules:
Data.HashMap.Array
Data.HashMap.Base
Data.HashMap.Lazy
Data.HashMap.Strict
Data.HashMap.Strict.Base
Data.HashMap.Unsafe
Data.HashMap.UnsafeShift
Data.HashSet
Data.HashSet.Base
Util.ByteString
Util.Int
Util.String
build-depends:
base >= 4.8.0,
bytestring,
containers,
criterion >= 1.0 && < 1.3,
deepseq >= 1.1,
deepseq-generics,
hashable >= 1.0.1.1,
hashmap,
mtl,
random
default-language: Haskell2010
ghc-options: -Wall -O2 -rtsopts -fwarn-tabs -ferror-spans
if flag(debug)
cpp-options: -DASSERTS
source-repository head
type: git
location: https://github.com/tibbe/unordered-containers.git