From 4516917bcedd3b53f9a0943e4717d2cd565f0b9f Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Tue, 6 Feb 2018 15:44:16 +0000 Subject: [PATCH 01/31] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c4c30c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ghc-typed-process + +The ghc-typed-process package \ No newline at end of file From 846438b9f4b02358c3bd63b9760281fac56a3348 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 23 Feb 2018 22:29:08 +0900 Subject: [PATCH 02/31] import (#1540422) --- .gitignore | 1 + README.md | 3 -- ghc-typed-process.spec | 92 ++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 94 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 ghc-typed-process.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72a7f83 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/typed-process-0.2.1.0.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 5c4c30c..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ghc-typed-process - -The ghc-typed-process package \ No newline at end of file diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec new file mode 100644 index 0000000..637f77c --- /dev/null +++ b/ghc-typed-process.spec @@ -0,0 +1,92 @@ +# generated by cabal-rpm-0.12.1 +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name typed-process +%global pkgver %{pkg_name}-%{version} + +%bcond_without tests + +Name: ghc-%{pkg_name} +Version: 0.2.1.0 +Release: 1%{?dist} +Summary: Run external processes, with strong typing of streams + +License: MIT +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz + +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: +BuildRequires: ghc-async-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-process-devel +BuildRequires: ghc-stm-devel +BuildRequires: ghc-transformers-devel +%if %{with tests} +BuildRequires: ghc-base64-bytestring-devel +BuildRequires: ghc-hspec-devel +BuildRequires: ghc-temporary-devel +%endif +# End cabal-rpm deps + +%description +Please see the tutorial at . + + +%package devel +Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-doc = %{version}-%{release} +%if %{defined ghc_version} +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} +%endif +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development files. + + +%prep +%setup -q -n %{pkgver} + + +%build +%ghc_lib_build + + +%install +%ghc_lib_install + + +%check +%cabal_test + + +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + +%post devel +%ghc_pkg_recache + + +%postun devel +%ghc_pkg_recache + + +%files -f %{name}.files +%license LICENSE + + +%files devel -f %{name}-devel.files +%doc ChangeLog.md README.md + + +%changelog +* Wed Jan 31 2018 Fedora Haskell SIG - 0.2.1.0-1 +- spec file generated by cabal-rpm-0.12.1 diff --git a/sources b/sources new file mode 100644 index 0000000..24846cf --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (typed-process-0.2.1.0.tar.gz) = d9a2f3a651a44c2887b165469a2d6409948cad3f1ebc90b55036ad8b0a186539064b09d35114225275d91b5f63e6c8e7e319c5816e79af69df47193877f1a867 From 1a0a1dbbdec644a20cd1bd1caa1803118415807d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 23 Feb 2018 22:34:47 +0900 Subject: [PATCH 03/31] bump over conduit-extra --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 637f77c..e7207d5 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.2.1.0 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -88,5 +88,8 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Feb 23 2018 Jens Petersen - 0.2.1.0-3 +- bump over conduit-extra + * Wed Jan 31 2018 Fedora Haskell SIG - 0.2.1.0-1 - spec file generated by cabal-rpm-0.12.1 From 005710e5d6ff49dd9e42a78dcb6b6333dff6d33a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 23 Feb 2018 22:44:03 +0900 Subject: [PATCH 04/31] tests fail on s390x --- ghc-typed-process.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index e7207d5..7680d73 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -4,7 +4,11 @@ %global pkg_name typed-process %global pkgver %{pkg_name}-%{version} +%ifnarch s390x %bcond_without tests +%else +%bcond_with tests +%endif Name: ghc-%{pkg_name} Version: 0.2.1.0 From fb4f328eeca9c1bb59cc42fc7fb1d95a5e63363c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Mar 2018 20:58:34 +0900 Subject: [PATCH 05/31] disable testsuite: it affected the package hash --- ghc-typed-process.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 7680d73..078c50f 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -4,15 +4,16 @@ %global pkg_name typed-process %global pkgver %{pkg_name}-%{version} -%ifnarch s390x -%bcond_without tests -%else +# testsuite disabled for ghc-8.2.2 since it changed ABI hash +#%%ifnarch s390x +#%%bcond_without tests +#%%else %bcond_with tests -%endif +#%%endif Name: ghc-%{pkg_name} Version: 0.2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -92,6 +93,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Mar 6 2018 Jens Petersen - 0.2.1.0-4 +- disable testsuite since it affected the package hash + * Fri Feb 23 2018 Jens Petersen - 0.2.1.0-3 - bump over conduit-extra From 8072c5a450928a4656a4662a18875e0ee65b46ca Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 02:12:54 +0000 Subject: [PATCH 06/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 078c50f..8dee460 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -13,7 +13,7 @@ Name: ghc-%{pkg_name} Version: 0.2.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -93,6 +93,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.2.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Tue Mar 6 2018 Jens Petersen - 0.2.1.0-4 - disable testsuite since it affected the package hash From 8f32e2198aa04a6c0d23e4d8113152ca34fdb6d2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 22 Jul 2018 23:34:05 +0900 Subject: [PATCH 07/31] update to 0.2.2.0 --- .gitignore | 1 + ghc-typed-process.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 72a7f83..5fbe868 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /typed-process-0.2.1.0.tar.gz +/typed-process-0.2.2.0.tar.gz diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 8dee460..4d3ae7a 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.12.1 +# generated by cabal-rpm-0.12.5 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name typed-process @@ -12,8 +12,8 @@ #%%endif Name: ghc-%{pkg_name} -Version: 0.2.1.0 -Release: 5%{?dist} +Version: 0.2.2.0 +Release: 1%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -93,6 +93,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sun Jul 22 2018 Jens Petersen - 0.2.2.0-1 +- update to 0.2.2.0 + * Fri Jul 13 2018 Fedora Release Engineering - 0.2.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 24846cf..803a8bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (typed-process-0.2.1.0.tar.gz) = d9a2f3a651a44c2887b165469a2d6409948cad3f1ebc90b55036ad8b0a186539064b09d35114225275d91b5f63e6c8e7e319c5816e79af69df47193877f1a867 +SHA512 (typed-process-0.2.2.0.tar.gz) = acd0efe0b04fff8138b96e03e3946374ced7adc9cff517866733c9c833dd48cc540c4f67a56ea9a0aaaf7438f08ecdeceb4fe29066a594befa2f40f3f130eb5c From 8d96e60eb691bec03be40605de916c33201e0e49 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 22 Jan 2019 18:39:04 +0100 Subject: [PATCH 08/31] Remove obsolete ldconfig scriptlets References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko --- ghc-typed-process.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 4d3ae7a..39f8cd7 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -70,10 +70,7 @@ This package provides the Haskell %{pkg_name} library development files. %cabal_test -%post -p /sbin/ldconfig - - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %post devel From 8ccb497fc0e5d7d7a08b7922aea4f5816b892ced Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 22:09:09 +0000 Subject: [PATCH 09/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 39f8cd7..abe7261 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -13,7 +13,7 @@ Name: ghc-%{pkg_name} Version: 0.2.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -90,6 +90,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 0.2.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sun Jul 22 2018 Jens Petersen - 0.2.2.0-1 - update to 0.2.2.0 From 80ec85b8282979686b6366bc0b37abcecfba1e66 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Feb 2019 22:47:34 +0800 Subject: [PATCH 10/31] refresh to cabal-rpm-0.13 --- ghc-typed-process.spec | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index abe7261..22d6907 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.12.5 +# generated by cabal-rpm-0.13 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name typed-process @@ -13,16 +13,18 @@ Name: ghc-%{pkg_name} Version: 0.2.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Run external processes, with strong typing of streams License: MIT Url: https://hackage.haskell.org/package/%{pkg_name} +# Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +# End cabal-rpm sources +# Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros -# Begin cabal-rpm deps: BuildRequires: ghc-async-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-process-devel @@ -55,24 +57,27 @@ This package provides the Haskell %{pkg_name} library development files. %prep +# Begin cabal-rpm setup: %setup -q -n %{pkgver} +# 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 %check %cabal_test -%ldconfig_scriptlets - - %post devel %ghc_pkg_recache @@ -82,7 +87,9 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files +# Begin cabal-rpm files: %license LICENSE +# End cabal-rpm files %files devel -f %{name}-devel.files @@ -90,6 +97,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sun Feb 17 2019 Jens Petersen - 0.2.2.0-3 +- refresh to cabal-rpm-0.13 + * Thu Jan 31 2019 Fedora Release Engineering - 0.2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 945d89f14ab4ef1ce2fd5cff2fed5b235332e740 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 21 Feb 2019 12:27:36 +0800 Subject: [PATCH 11/31] update to 0.2.3.0 --- .gitignore | 1 + ghc-typed-process.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5fbe868..f19a3ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /typed-process-0.2.1.0.tar.gz /typed-process-0.2.2.0.tar.gz +/typed-process-0.2.3.0.tar.gz diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 22d6907..cc6f376 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -12,8 +12,8 @@ #%%endif Name: ghc-%{pkg_name} -Version: 0.2.2.0 -Release: 3%{?dist} +Version: 0.2.3.0 +Release: 1%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -97,6 +97,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Feb 21 2019 Jens Petersen - 0.2.3.0-1 +- update to 0.2.3.0 + * Sun Feb 17 2019 Jens Petersen - 0.2.2.0-3 - refresh to cabal-rpm-0.13 diff --git a/sources b/sources index 803a8bf..51d34e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (typed-process-0.2.2.0.tar.gz) = acd0efe0b04fff8138b96e03e3946374ced7adc9cff517866733c9c833dd48cc540c4f67a56ea9a0aaaf7438f08ecdeceb4fe29066a594befa2f40f3f130eb5c +SHA512 (typed-process-0.2.3.0.tar.gz) = e35b54be17a2d5efaa56afc36f6bada1c5b3a07ae0731cd3fa1a94bfea7e7d777ad9959a012545f3e7886f0602e62608b1f50832093c36753d0b9fd93067d25b From d2d6ca1ad46879308d9aa98349e2643b781edb41 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 03:08:33 +0000 Subject: [PATCH 12/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index cc6f376..625e6f8 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -13,7 +13,7 @@ Name: ghc-%{pkg_name} Version: 0.2.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -97,6 +97,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 0.2.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Feb 21 2019 Jens Petersen - 0.2.3.0-1 - update to 0.2.3.0 From d69e8eb8e50035bcff9938cb796345010bc177d9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jul 2019 04:26:31 +0000 Subject: [PATCH 13/31] refresh to cabal-rpm-1.0.0: lib doc/prof subpkgs and bin static BRs --- ghc-typed-process.spec | 48 +++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 625e6f8..7716913 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.13 +# generated by cabal-rpm-1.0.0 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name typed-process @@ -24,6 +24,12 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel +%if %{with haddock} +BuildRequires: ghc-doc +%endif +%if %{with ghc_prof} +BuildRequires: ghc-prof +%endif BuildRequires: ghc-rpm-macros BuildRequires: ghc-async-devel BuildRequires: ghc-bytestring-devel @@ -44,11 +50,8 @@ Please see the tutorial at . %package devel Summary: Haskell %{pkg_name} library development files Provides: %{name}-static = %{version}-%{release} -Provides: %{name}-doc = %{version}-%{release} %if %{defined ghc_version} Requires: ghc-compiler = %{ghc_version} -Requires(post): ghc-compiler = %{ghc_version} -Requires(postun): ghc-compiler = %{ghc_version} %endif Requires: %{name}%{?_isa} = %{version}-%{release} @@ -56,6 +59,25 @@ Requires: %{name}%{?_isa} = %{version}-%{release} This package provides the Haskell %{pkg_name} library development files. +%if %{with haddock} +%package doc +Summary: Haskell %{pkg_name} library documentation + +%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} + +%description prof +This package provides the Haskell %{pkg_name} profiling library. +%endif + + %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} @@ -78,14 +100,6 @@ This package provides the Haskell %{pkg_name} library development files. %cabal_test -%post devel -%ghc_pkg_recache - - -%postun devel -%ghc_pkg_recache - - %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE @@ -96,6 +110,16 @@ This package provides the Haskell %{pkg_name} library development files. %doc ChangeLog.md README.md +%if %{with haddock} +%files doc -f %{name}-doc.files +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + %changelog * Thu Jul 25 2019 Fedora Release Engineering - 0.2.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 4a9bac98985ba0612611efa688ed41291e4992b6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jul 2019 16:52:19 +0000 Subject: [PATCH 14/31] update to 0.2.5.0 --- .gitignore | 1 + ghc-typed-process.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f19a3ca..8186d3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /typed-process-0.2.1.0.tar.gz /typed-process-0.2.2.0.tar.gz /typed-process-0.2.3.0.tar.gz +/typed-process-0.2.5.0.tar.gz diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 7716913..fe17e90 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -12,8 +12,8 @@ #%%endif Name: ghc-%{pkg_name} -Version: 0.2.3.0 -Release: 2%{?dist} +Version: 0.2.5.0 +Release: 1%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jul 25 2019 Jens Petersen - 0.2.5.0-1 +- update to 0.2.5.0 + * Thu Jul 25 2019 Fedora Release Engineering - 0.2.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 51d34e2..0d09aa6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (typed-process-0.2.3.0.tar.gz) = e35b54be17a2d5efaa56afc36f6bada1c5b3a07ae0731cd3fa1a94bfea7e7d777ad9959a012545f3e7886f0602e62608b1f50832093c36753d0b9fd93067d25b +SHA512 (typed-process-0.2.5.0.tar.gz) = 1d1d499ba59e2dbc708ae83929445a91a5dca8a19bd6885b5955037639dabf964bd61e34efeed7b85672900b42597b898f492c6e231864963df5ffcec25d3d27 From f67964cbf63404393cea8f222808aa4d33ce4beb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Aug 2019 18:32:29 +0800 Subject: [PATCH 15/31] BR prof for lib and static for executable --- ghc-typed-process.spec | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index fe17e90..f856dbf 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-1.0.0 +# generated by cabal-rpm-1.0.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name typed-process @@ -24,18 +24,13 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel -%if %{with haddock} -BuildRequires: ghc-doc -%endif -%if %{with ghc_prof} -BuildRequires: ghc-prof -%endif BuildRequires: ghc-rpm-macros -BuildRequires: ghc-async-devel -BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-process-devel -BuildRequires: ghc-stm-devel -BuildRequires: ghc-transformers-devel +BuildRequires: ghc-async-prof +BuildRequires: ghc-base-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-process-prof +BuildRequires: ghc-stm-prof +BuildRequires: ghc-transformers-prof %if %{with tests} BuildRequires: ghc-base64-bytestring-devel BuildRequires: ghc-hspec-devel @@ -50,6 +45,7 @@ Please see the tutorial at . %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 From 338e0259d693494f1be34bc55bc0d5ccf8ef2eea Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 21:34:27 +0000 Subject: [PATCH 16/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index f856dbf..4f422c5 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -13,7 +13,7 @@ Name: ghc-%{pkg_name} Version: 0.2.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -117,6 +117,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 0.2.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Jul 25 2019 Jens Petersen - 0.2.5.0-1 - update to 0.2.5.0 From 977c05d7d908056a367f7b20286216228d21aac4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 8 Feb 2020 22:52:31 +0800 Subject: [PATCH 17/31] refresh to cabal-rpm-2.0.2 --- ghc-typed-process.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 4f422c5..c1785ee 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-1.0.1 +# generated by cabal-rpm-2.0.2 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name typed-process @@ -58,6 +58,7 @@ 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. @@ -68,6 +69,7 @@ This package provides the Haskell %{pkg_name} library documentation. %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. @@ -96,6 +98,16 @@ This package provides the Haskell %{pkg_name} profiling library. %cabal_test +%if 0%{?fedora} < 31 || 0%{?rhel} < 8 +%post devel +%ghc_pkg_recache + + +%postun devel +%ghc_pkg_recache +%endif + + %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE @@ -108,6 +120,7 @@ This package provides the Haskell %{pkg_name} profiling library. %if %{with haddock} %files doc -f %{name}-doc.files +%license LICENSE %endif From bdade7acbaf7b7ed7b20129535890a1adff2e27f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 14 Feb 2020 12:08:51 +0800 Subject: [PATCH 18/31] update to 0.2.6.0 --- .gitignore | 1 + ghc-typed-process.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8186d3e..fa5c426 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /typed-process-0.2.2.0.tar.gz /typed-process-0.2.3.0.tar.gz /typed-process-0.2.5.0.tar.gz +/typed-process-0.2.6.0.tar.gz diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index c1785ee..442fe41 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -12,8 +12,8 @@ #%%endif Name: ghc-%{pkg_name} -Version: 0.2.5.0 -Release: 2%{?dist} +Version: 0.2.6.0 +Release: 1%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -31,6 +31,7 @@ BuildRequires: ghc-bytestring-prof BuildRequires: ghc-process-prof BuildRequires: ghc-stm-prof BuildRequires: ghc-transformers-prof +BuildRequires: ghc-unliftio-core-prof %if %{with tests} BuildRequires: ghc-base64-bytestring-devel BuildRequires: ghc-hspec-devel @@ -130,6 +131,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Fri Feb 14 2020 Jens Petersen - 0.2.6.0-1 +- update to 0.2.6.0 + * Tue Jan 28 2020 Fedora Release Engineering - 0.2.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 0d09aa6..1525313 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (typed-process-0.2.5.0.tar.gz) = 1d1d499ba59e2dbc708ae83929445a91a5dca8a19bd6885b5955037639dabf964bd61e34efeed7b85672900b42597b898f492c6e231864963df5ffcec25d3d27 +SHA512 (typed-process-0.2.6.0.tar.gz) = a40b8db4ef2179273943a3aab0200891bd3dffe584bcd51037ddf9cebae88d4d95292883a745a0c31900c7bf2eebe2c71175fbb86dc470b60660b443f8b1e3e0 From e4ef4743224fd24fba2675e12eeea2747ae806ce Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 4 Jun 2020 19:28:44 +0800 Subject: [PATCH 19/31] refresh to cabal-rpm-2.0.5 --- ghc-typed-process.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 442fe41..1de1691 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -1,5 +1,5 @@ -# generated by cabal-rpm-2.0.2 -# https://fedoraproject.org/wiki/Packaging:Haskell +# generated by cabal-rpm-2.0.5 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name typed-process %global pkgver %{pkg_name}-%{version} From 9df3e52946a6b692c14bacc2f40351932173467d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 19 Jun 2020 16:57:23 +0800 Subject: [PATCH 20/31] refresh to cabal-rpm-2.0.6 --- ghc-typed-process.spec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 1de1691..a993876 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.5 +# generated by cabal-rpm-2.0.6 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name typed-process @@ -99,16 +99,6 @@ This package provides the Haskell %{pkg_name} profiling library. %cabal_test -%if 0%{?fedora} < 31 || 0%{?rhel} < 8 -%post devel -%ghc_pkg_recache - - -%postun devel -%ghc_pkg_recache -%endif - - %files -f %{name}.files # Begin cabal-rpm files: %license LICENSE From 6aad5255eb9dd33cf5dada87f58276b94b5fe389 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Jul 2020 18:44:35 +0800 Subject: [PATCH 21/31] bump release --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index a993876..13cb494 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -13,7 +13,7 @@ Name: ghc-%{pkg_name} Version: 0.2.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Fri Jul 17 2020 Jens Petersen - 0.2.6.0-2 +- refresh to cabal-rpm-2.0.6 + * Fri Feb 14 2020 Jens Petersen - 0.2.6.0-1 - update to 0.2.6.0 From a6837f5f8aedbdce94b3f1dfb7d05b01ce770581 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 19:47:38 +0000 Subject: [PATCH 22/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 13cb494..af9c471 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -13,7 +13,7 @@ Name: ghc-%{pkg_name} Version: 0.2.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 0.2.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 17 2020 Jens Petersen - 0.2.6.0-2 - refresh to cabal-rpm-2.0.6 From 418a81b3d568daf13cb7e07a5d7ed92403f4e9ad Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 1 Aug 2020 01:37:22 +0000 Subject: [PATCH 23/31] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-typed-process.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index af9c471..9a36d6e 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -13,7 +13,7 @@ Name: ghc-%{pkg_name} Version: 0.2.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -121,6 +121,10 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Sat Aug 01 2020 Fedora Release Engineering - 0.2.6.0-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 0.2.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From f719bfb16571de809f3db1e3056318f7f40feeca Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 07:51:23 +0000 Subject: [PATCH 24/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 9a36d6e..a2da61d 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -13,7 +13,7 @@ Name: ghc-%{pkg_name} Version: 0.2.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.2.6.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Aug 01 2020 Fedora Release Engineering - 0.2.6.0-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From ac74e3d96ac9ab263c2db1c01d876075ec8e9419 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 01:23:35 +0000 Subject: [PATCH 25/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index a2da61d..f45ddd7 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -13,7 +13,7 @@ Name: ghc-%{pkg_name} Version: 0.2.6.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -121,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 0.2.6.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 0.2.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 83ac5284152f5a9ed039493f87cfae6112eb37a2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Jul 2021 00:30:14 +0800 Subject: [PATCH 26/31] refresh to cabal-rpm-2.0.9 --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index f45ddd7..337e4de 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.6 +# generated by cabal-rpm-2.0.9 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name typed-process @@ -60,6 +60,7 @@ This package provides the Haskell %{pkg_name} library development files. %package doc Summary: Haskell %{pkg_name} library documentation BuildArch: noarch +Requires: ghc-filesystem %description doc This package provides the Haskell %{pkg_name} library documentation. @@ -96,7 +97,9 @@ This package provides the Haskell %{pkg_name} profiling library. %check +%if %{with tests} %cabal_test +%endif %files -f %{name}.files From 094f8204b876a31371aa17cbd8e746cc6c0ccc95 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 6 Aug 2021 13:24:14 +0800 Subject: [PATCH 27/31] bump release --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 337e4de..0db7e4b 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -13,7 +13,7 @@ Name: ghc-%{pkg_name} Version: 0.2.6.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -124,6 +124,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Fri Aug 06 2021 Jens Petersen - 0.2.6.0-7 +- rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 0.2.6.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 3a76cc12317f2895696e72bc0f0c35f1cfec8305 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 05:42:18 +0000 Subject: [PATCH 28/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 0db7e4b..385fe60 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -13,7 +13,7 @@ Name: ghc-%{pkg_name} Version: 0.2.6.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -124,6 +124,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 0.2.6.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Aug 06 2021 Jens Petersen - 0.2.6.0-7 - rebuild From 20ca758ea515e7dcc45040d2198147c000b48fa3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 10 Mar 2022 14:56:06 +0800 Subject: [PATCH 29/31] bump release --- ghc-typed-process.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 385fe60..a3e7350 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -13,7 +13,7 @@ Name: ghc-%{pkg_name} Version: 0.2.6.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -124,6 +124,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Mar 10 2022 Jens Petersen - 0.2.6.0-9 +- rebuild + * Thu Jan 20 2022 Fedora Release Engineering - 0.2.6.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From cc06ea94fe8e90d244478d13a44d1222420161da Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 7 Jun 2022 15:03:14 +0800 Subject: [PATCH 30/31] update to 0.2.8.0 --- .gitignore | 1 + ghc-typed-process.spec | 12 +++-- sources | 2 +- typed-process-0.2.8.0.cabal | 91 +++++++++++++++++++++++++++++++++++++ 4 files changed, 102 insertions(+), 4 deletions(-) create mode 100644 typed-process-0.2.8.0.cabal diff --git a/.gitignore b/.gitignore index fa5c426..633d829 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /typed-process-0.2.3.0.tar.gz /typed-process-0.2.5.0.tar.gz /typed-process-0.2.6.0.tar.gz +/typed-process-0.2.8.0.tar.gz diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index a3e7350..607ebb9 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -12,17 +12,19 @@ #%%endif Name: ghc-%{pkg_name} -Version: 0.2.6.0 -Release: 9%{?dist} +Version: 0.2.8.0 +Release: 1%{?dist} Summary: Run external processes, with strong typing of streams License: MIT 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: dos2unix BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-async-prof @@ -40,7 +42,7 @@ BuildRequires: ghc-temporary-devel # End cabal-rpm deps %description -Please see the tutorial at . +Please see the tutorial at . %package devel @@ -81,6 +83,7 @@ This package provides the Haskell %{pkg_name} profiling library. %prep # Begin cabal-rpm setup: %setup -q -n %{pkgver} +dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal # End cabal-rpm setup @@ -124,6 +127,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jun 07 2022 Jens Petersen - 0.2.8.0-1 +- https://hackage.haskell.org/package/typed-process-0.2.8.0/changelog + * Thu Mar 10 2022 Jens Petersen - 0.2.6.0-9 - rebuild diff --git a/sources b/sources index 1525313..b1ee31b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (typed-process-0.2.6.0.tar.gz) = a40b8db4ef2179273943a3aab0200891bd3dffe584bcd51037ddf9cebae88d4d95292883a745a0c31900c7bf2eebe2c71175fbb86dc470b60660b443f8b1e3e0 +SHA512 (typed-process-0.2.8.0.tar.gz) = abffc3e26edaad8da0301a945b1711636fc555c3062aff57ad7b292f87fba857177a42041f4f98eafc35a1f216f0287afb2af41c2a3091bfc4905474d64bc230 diff --git a/typed-process-0.2.8.0.cabal b/typed-process-0.2.8.0.cabal new file mode 100644 index 0000000..c3d85cc --- /dev/null +++ b/typed-process-0.2.8.0.cabal @@ -0,0 +1,91 @@ +cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.34.4. +-- +-- see: https://github.com/sol/hpack + +name: typed-process +version: 0.2.8.0 +x-revision: 1 +synopsis: Run external processes, with strong typing of streams +description: Please see the tutorial at +category: System +homepage: https://github.com/fpco/typed-process +bug-reports: https://github.com/fpco/typed-process/issues +author: Michael Snoyman +maintainer: michael@snoyman.com +license: MIT +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + ChangeLog.md + +source-repository head + type: git + location: https://github.com/fpco/typed-process + +library + exposed-modules: + System.Process.Typed + System.Process.Typed.Internal + other-modules: + Paths_typed_process + hs-source-dirs: + src + build-depends: + async >= 2.0.1 + , base >=4.12 && <5 + , bytestring + , process >=1.2 + , stm + , transformers + , unliftio-core + if os(windows) + cpp-options: -DWINDOWS + default-language: Haskell2010 + +test-suite typed-process-test + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + System.Process.TypedSpec + Paths_typed_process + hs-source-dirs: + test + ghc-options: -threaded -rtsopts -with-rtsopts=-N + build-depends: + async + , base >=4.12 && <5 + , base64-bytestring + , bytestring + , hspec + , process >=1.2 + , stm + , temporary + , transformers + , typed-process + , unliftio-core + default-language: Haskell2010 + +test-suite typed-process-test-single-threaded + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + System.Process.TypedSpec + Paths_typed_process + hs-source-dirs: + test + build-depends: + async + , base >=4.12 && <5 + , base64-bytestring + , bytestring + , hspec + , process >=1.2 + , stm + , temporary + , transformers + , typed-process + , unliftio-core + default-language: Haskell2010 From a71e588d07fcea386e72d718626a53623ebeb9ba Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:05:54 +0300 Subject: [PATCH 31/31] Remove unnecessary files --- sources | 1 - 1 file changed, 1 deletion(-) delete mode 100644 sources diff --git a/sources b/sources deleted file mode 100644 index b1ee31b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (typed-process-0.2.8.0.tar.gz) = abffc3e26edaad8da0301a945b1711636fc555c3062aff57ad7b292f87fba857177a42041f4f98eafc35a1f216f0287afb2af41c2a3091bfc4905474d64bc230