ghc-hashable package is retired on c9s for CS-611
This commit is contained in:
parent
64ce4be528
commit
faab855417
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,11 +0,0 @@
|
||||
/hashable-1.1.2.1.tar.gz
|
||||
/hashable-1.1.2.2.tar.gz
|
||||
/hashable-1.1.2.3.tar.gz
|
||||
/hashable-1.1.2.5.tar.gz
|
||||
/hashable-1.2.2.0.tar.gz
|
||||
/hashable-1.2.3.3.tar.gz
|
||||
/hashable-1.2.4.0.tar.gz
|
||||
/hashable-1.2.5.0.tar.gz
|
||||
/hashable-1.2.6.1.tar.gz
|
||||
/hashable-1.2.7.0.tar.gz
|
||||
/hashable-1.3.0.0.tar.gz
|
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
||||
ghc-hashable package is retired on c9s for CS-611
|
@ -1,222 +0,0 @@
|
||||
# generated by cabal-rpm-2.0.6
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name hashable
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
# testsuite missing deps: test-framework test-framework-hunit test-framework-quickcheck2
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.3.0.0
|
||||
Release: 4%{?dist}
|
||||
Summary: A class for types that can be converted to a hash value
|
||||
|
||||
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-bytestring-prof
|
||||
BuildRequires: ghc-deepseq-prof
|
||||
BuildRequires: ghc-text-prof
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
This package defines a class, 'Hashable', for types that can be converted to a
|
||||
hash value. This class exists for the benefit of hashing-based data structures.
|
||||
The package provides instances for basic types and a way to combine hash
|
||||
values.
|
||||
|
||||
|
||||
%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 README.md examples
|
||||
|
||||
|
||||
%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> - 1.3.0.0-4
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sun Jun 07 2020 Jens Petersen <petersen@redhat.com> - 1.3.0.0-1
|
||||
- update to 1.3.0.0
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 1.2.7.0-5
|
||||
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.2.7.0-3
|
||||
- refresh to cabal-rpm-0.13
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 1.2.7.0-1
|
||||
- update to 1.2.7.0
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 1.2.6.1-1
|
||||
- update to 1.2.6.1
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Tue Feb 21 2017 Jens Petersen <petersen@redhat.com> - 1.2.5.0-1
|
||||
- update to 1.2.5.0
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 1.2.4.0-1
|
||||
- update to 1.2.4.0
|
||||
|
||||
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 1.2.3.3-1
|
||||
- update to 1.2.3.3
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri Aug 8 2014 Jens Petersen <petersen@redhat.com> - 1.2.2.0-1
|
||||
- update to 1.2.2.0
|
||||
|
||||
* Thu Jun 19 2014 Jens Petersen <petersen@redhat.com> - 1.1.2.5-5
|
||||
- update packaging with cblrpm-0.8.11
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Sat May 4 2013 Jens Petersen <petersen@redhat.com> - 1.1.2.5-3
|
||||
- part of haskell-platform-2013.2
|
||||
- update to cabal-rpm-0.8.0
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Nov 07 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.5-1
|
||||
- update to 1.1.2.5
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.3-4
|
||||
- change prof BRs to devel
|
||||
|
||||
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.3-3
|
||||
- rebuild
|
||||
|
||||
* Thu Mar 22 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.3-2
|
||||
- add license to ghc_files
|
||||
|
||||
* Wed Mar 7 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.3-1
|
||||
- update to 1.1.2.3
|
||||
|
||||
* Thu Jan 5 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.2-1
|
||||
- update to 1.1.2.2 and cabal2spec-0.25.2
|
||||
|
||||
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1.2.1-3
|
||||
- rebuild with new gmp
|
||||
|
||||
* Sat Oct 8 2011 Jens Petersen <petersen@redhat.com> - 1.1.2.1-2
|
||||
- condition BR hscolour
|
||||
|
||||
* Mon Aug 22 2011 Jens Petersen <petersen@redhat.com> - 1.1.2.1-1
|
||||
- BSD
|
||||
|
||||
* Mon Aug 22 2011 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.1.2.1-0
|
||||
- initial packaging for Fedora automatically generated by cabal2spec-0.23.2
|
@ -1,183 +0,0 @@
|
||||
Cabal-version: 1.12
|
||||
Name: hashable
|
||||
Version: 1.3.0.0
|
||||
x-revision: 1
|
||||
Synopsis: A class for types that can be converted to a hash value
|
||||
Description: This package defines a class, 'Hashable', for types that
|
||||
can be converted to a hash value. This class
|
||||
exists for the benefit of hashing-based data
|
||||
structures. The package provides instances for
|
||||
basic types and a way to combine hash values.
|
||||
Homepage: http://github.com/tibbe/hashable
|
||||
-- SPDX-License-Identifier : BSD-3-Clause
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
Author: Milan Straka <fox@ucw.cz>
|
||||
Johan Tibell <johan.tibell@gmail.com>
|
||||
Maintainer: johan.tibell@gmail.com
|
||||
bug-reports: https://github.com/tibbe/hashable/issues
|
||||
Stability: Provisional
|
||||
Category: Data
|
||||
Build-type: Simple
|
||||
tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
|
||||
|
||||
Extra-source-files:
|
||||
CHANGES.md, README.md
|
||||
|
||||
Flag integer-gmp
|
||||
Description: Are we using @integer-gmp@ to provide fast Integer instances?
|
||||
Default: True
|
||||
|
||||
Flag sse2
|
||||
Description: Do we want to assume that a target supports SSE 2?
|
||||
Default: True
|
||||
Manual: True
|
||||
|
||||
Flag sse41
|
||||
Description: Do we want to assume that a target supports SSE 4.1?
|
||||
Default: False
|
||||
Manual: True
|
||||
|
||||
Flag examples
|
||||
Description: Build example modules
|
||||
Default: False
|
||||
Manual: True
|
||||
|
||||
Library
|
||||
Exposed-modules: Data.Hashable
|
||||
Data.Hashable.Lifted
|
||||
Data.Hashable.Generic
|
||||
Other-modules: Data.Hashable.Class
|
||||
Data.Hashable.Generic.Instances
|
||||
|
||||
C-sources: cbits/fnv.c
|
||||
|
||||
Build-depends: base >= 4.5 && < 4.15
|
||||
, bytestring >= 0.9 && < 0.11
|
||||
, deepseq >= 1.3 && < 1.5
|
||||
, text >= 0.12 && < 1.3
|
||||
, ghc-prim
|
||||
|
||||
if flag(integer-gmp)
|
||||
Build-depends: integer-gmp >= 0.4 && < 1.1
|
||||
else
|
||||
-- this is needed for the automatic flag to be well-balanced
|
||||
Build-depends: integer-simple
|
||||
|
||||
Default-Language: Haskell2010
|
||||
Other-Extensions: BangPatterns
|
||||
CPP
|
||||
DeriveDataTypeable
|
||||
FlexibleContexts
|
||||
FlexibleInstances
|
||||
GADTs
|
||||
KindSignatures
|
||||
MagicHash
|
||||
MultiParamTypeClasses
|
||||
ScopedTypeVariables
|
||||
Trustworthy
|
||||
TypeOperators
|
||||
UnliftedFFITypes
|
||||
|
||||
Ghc-options: -Wall -fwarn-tabs
|
||||
|
||||
Test-suite tests
|
||||
Type: exitcode-stdio-1.0
|
||||
Hs-source-dirs: tests
|
||||
Main-is: Main.hs
|
||||
Other-modules: Properties Regress
|
||||
Build-depends: base,
|
||||
bytestring,
|
||||
ghc-prim,
|
||||
hashable,
|
||||
test-framework >= 0.3.3,
|
||||
test-framework-hunit,
|
||||
test-framework-quickcheck2 >= 0.2.9,
|
||||
HUnit,
|
||||
QuickCheck >= 2.4.0.1,
|
||||
random >= 1.0 && < 1.2,
|
||||
text >= 0.11.0.5
|
||||
if !os(windows)
|
||||
Build-depends: unix
|
||||
CPP-options: -DHAVE_MMAP
|
||||
Other-modules: Regress.Mmap
|
||||
Other-Extensions: CApiFFI
|
||||
|
||||
Ghc-options: -Wall -fno-warn-orphans
|
||||
Default-Language: Haskell2010
|
||||
|
||||
benchmark benchmarks
|
||||
-- We cannot depend on the hashable library directly as that creates
|
||||
-- a dependency cycle.
|
||||
hs-source-dirs: . benchmarks
|
||||
|
||||
main-is: Benchmarks.hs
|
||||
other-modules:
|
||||
Data.Hashable
|
||||
Data.Hashable.Class
|
||||
Data.Hashable.RandomSource
|
||||
Data.Hashable.SipHash
|
||||
type: exitcode-stdio-1.0
|
||||
|
||||
build-depends:
|
||||
base,
|
||||
bytestring,
|
||||
criterion >= 1.0,
|
||||
ghc-prim,
|
||||
siphash,
|
||||
text
|
||||
|
||||
if impl(ghc)
|
||||
Build-depends: ghc-prim,
|
||||
text >= 0.11.0.5
|
||||
if impl(ghc) && flag(integer-gmp)
|
||||
Build-depends: integer-gmp >= 0.2
|
||||
|
||||
if impl(ghc >= 7.2.1)
|
||||
CPP-Options: -DGENERICS
|
||||
|
||||
include-dirs:
|
||||
benchmarks/cbits
|
||||
|
||||
includes:
|
||||
siphash.h
|
||||
|
||||
c-sources:
|
||||
benchmarks/cbits/inthash.c
|
||||
benchmarks/cbits/siphash.c
|
||||
benchmarks/cbits/wang.c
|
||||
cbits/fnv.c
|
||||
|
||||
if (arch(i386) || arch(x86_64)) && flag(sse2)
|
||||
cpp-options: -DHAVE_SSE2
|
||||
c-sources:
|
||||
benchmarks/cbits/siphash-sse2.c
|
||||
|
||||
if flag(sse41)
|
||||
cpp-options: -DHAVE_SSE41
|
||||
c-sources:
|
||||
benchmarks/cbits/siphash-sse41.c
|
||||
|
||||
Ghc-options: -Wall -O2
|
||||
if impl(ghc >= 6.8)
|
||||
Ghc-options: -fwarn-tabs
|
||||
else
|
||||
c-sources: cbits/getRandomBytes.c
|
||||
other-modules: Data.Hashable.RandomSource
|
||||
if os(windows)
|
||||
extra-libraries: advapi32
|
||||
|
||||
Default-Language: Haskell2010
|
||||
|
||||
Executable hashable-examples
|
||||
if flag(examples)
|
||||
build-depends: base, hashable
|
||||
else
|
||||
buildable: False
|
||||
hs-source-dirs: examples
|
||||
main-is: Main.hs
|
||||
Default-Language: Haskell2010
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/tibbe/hashable.git
|
Loading…
Reference in New Issue
Block a user