update to 0.2.6.0

epel9
Jens Petersen 5 years ago
parent 977c05d7d9
commit bdade7acba

1
.gitignore vendored

@ -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

@ -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 <petersen@redhat.com> - 0.2.6.0-1
- update to 0.2.6.0
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (typed-process-0.2.5.0.tar.gz) = 1d1d499ba59e2dbc708ae83929445a91a5dca8a19bd6885b5955037639dabf964bd61e34efeed7b85672900b42597b898f492c6e231864963df5ffcec25d3d27
SHA512 (typed-process-0.2.6.0.tar.gz) = a40b8db4ef2179273943a3aab0200891bd3dffe584bcd51037ddf9cebae88d4d95292883a745a0c31900c7bf2eebe2c71175fbb86dc470b60660b443f8b1e3e0

Loading…
Cancel
Save