diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b2a1f1e..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/exceptions-0.6.1.tar.gz -/exceptions-0.8.0.2.tar.gz -/exceptions-0.8.3.tar.gz -/exceptions-0.10.0.tar.gz -/exceptions-0.10.2.tar.gz -/exceptions-0.10.4.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a1762e2 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +ghc-exceptions package is retired on c9s for CS-611 diff --git a/exceptions-0.10.4.cabal b/exceptions-0.10.4.cabal deleted file mode 100644 index aa06c5a..0000000 --- a/exceptions-0.10.4.cabal +++ /dev/null @@ -1,98 +0,0 @@ -name: exceptions -category: Control, Exceptions, Monad -version: 0.10.4 -x-revision: 1 -cabal-version: >= 1.8 -license: BSD3 -license-file: LICENSE -author: Edward A. Kmett -maintainer: Edward A. Kmett -stability: provisional -homepage: http://github.com/ekmett/exceptions/ -bug-reports: http://github.com/ekmett/exceptions/issues -copyright: Copyright (C) 2013-2015 Edward A. Kmett - Copyright (C) 2012 Google Inc. -build-type: Simple -tested-with: GHC == 7.0.4 - , GHC == 7.2.2 - , GHC == 7.4.2 - , GHC == 7.6.3 - , GHC == 7.8.4 - , GHC == 7.10.3 - , GHC == 8.0.2 - , GHC == 8.2.2 - , GHC == 8.4.4 - , GHC == 8.6.5 - , GHC == 8.8.1 - , GHC == 8.10.1 -synopsis: Extensible optionally-pure exceptions -description: Extensible optionally-pure exceptions. - -extra-source-files: - .travis.yml - .ghci - .gitignore - .vim.custom - travis/cabal-apt-install - travis/config - AUTHORS.markdown - README.markdown - CHANGELOG.markdown - -source-repository head - type: git - location: git://github.com/ekmett/exceptions.git - -flag transformers-0-4 - description: Use @transformers-0.4@ or later. - default: True - -library - build-depends: - base >= 4.3 && < 5, - stm >= 2.2 && < 3, - template-haskell >= 2.2 && < 2.17, - mtl >= 2.0 && < 2.3 - - if !impl(ghc >= 8.0) - build-depends: fail == 4.9.* - - if flag(transformers-0-4) - build-depends: - transformers >= 0.4 && < 0.6 - else - build-depends: - transformers >= 0.2 && < 0.4, - transformers-compat >= 0.3 && < 0.7 - - exposed-modules: - Control.Monad.Catch - Control.Monad.Catch.Pure - - ghc-options: -Wall -fwarn-tabs -O2 - hs-source-dirs: src - -test-suite exceptions-tests - main-is: Tests.hs - other-modules: Control.Monad.Catch.Tests - hs-source-dirs: tests - ghc-options: -Wall -fwarn-tabs - type: exitcode-stdio-1.0 - build-depends: - base, - exceptions, - stm, - template-haskell, - mtl >= 2.0, - test-framework >= 0.8 && < 0.9, - test-framework-hunit >= 0.3 && < 0.4, - test-framework-quickcheck2 >= 0.3 && < 0.4, - QuickCheck >= 2.5 && < 2.15 - - if flag(transformers-0-4) - build-depends: - transformers >= 0.4 && < 0.6 - else - build-depends: - transformers >= 0.2 && < 0.4, - transformers-compat >= 0.3 && < 0.7 diff --git a/ghc-exceptions.spec b/ghc-exceptions.spec deleted file mode 100644 index ab29de1..0000000 --- a/ghc-exceptions.spec +++ /dev/null @@ -1,187 +0,0 @@ -# generated by cabal-rpm-2.0.6 -# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ - -%global pkg_name exceptions -%global pkgver %{pkg_name}-%{version} - -# testsuite missing deps: test-framework test-framework-hunit test-framework-quickcheck2 - -Name: ghc-%{pkg_name} -Version: 0.10.4 -Release: 5%{?dist} -Summary: Extensible optionally-pure exceptions - -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-mtl-prof -BuildRequires: ghc-stm-prof -BuildRequires: ghc-template-haskell-prof -BuildRequires: ghc-transformers-prof -# End cabal-rpm deps - -%description -Extensible optionally-pure exceptions. - - -%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 -chmod a-x AUTHORS.markdown CHANGELOG.markdown README.markdown -# 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 AUTHORS.markdown CHANGELOG.markdown README.markdown - - -%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 - 0.10.4-5 -- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - -* Tue Jan 26 2021 Fedora Release Engineering - 0.10.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Jul 27 2020 Fedora Release Engineering - 0.10.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jul 17 2020 Jens Petersen - 0.10.4-2 -- refresh to cabal-rpm-2.0.6 - -* Fri Feb 14 2020 Jens Petersen - 0.10.4-1 -- update to 0.10.4 - -* Tue Jan 28 2020 Fedora Release Engineering - 0.10.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jul 25 2019 Jens Petersen - 0.10.2-1 -- update to 0.10.2 - -* Thu Jul 25 2019 Fedora Release Engineering - 0.10.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Feb 21 2019 Jens Petersen - 0.10.0-1 -- update to 0.10.0 - -* Sun Feb 17 2019 Jens Petersen - 0.8.3-9 -- refresh to cabal-rpm-0.13 - -* Thu Jan 31 2019 Fedora Release Engineering - 0.8.3-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 28 2018 Jens Petersen - 0.8.3-7 -- revise .cabal - -* Fri Jul 13 2018 Fedora Release Engineering - 0.8.3-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 0.8.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Fri Jan 26 2018 Jens Petersen - 0.8.3-4 -- rebuild - -* Wed Aug 02 2017 Fedora Release Engineering - 0.8.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0.8.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Tue Feb 21 2017 Jens Petersen - 0.8.3-1 -- update to 0.8.3 - -* Fri Feb 10 2017 Fedora Release Engineering - 0.8.0.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jun 7 2016 Jens Petersen - 0.8.0.2-1 -- update to 0.8.0.2 - -* Wed Feb 03 2016 Fedora Release Engineering - 0.6.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 0.6.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Jan 27 2015 Jens Petersen - 0.6.1-4 -- cblrpm refresh - -* Sat Aug 16 2014 Fedora Release Engineering - 0.6.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.6.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon May 12 2014 Fedora Haskell SIG - 0.6.1 -- spec file generated by cabal-rpm-0.8.10 diff --git a/sources b/sources deleted file mode 100644 index 57af9fa..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (exceptions-0.10.4.tar.gz) = 3df1edb4abab8e2e2dbd7387809d9768efca36c6840225ce33bee8679a4efdcf86d28beafb54a9a40e512163e4d088f94e788341bf614869bbdbd9d701bca4a2