update to 0.2.11
This commit is contained in:
parent
88206493dc
commit
36e8081c35
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/unliftio-0.2.7.0.tar.gz
|
||||
/unliftio-0.2.9.0.tar.gz
|
||||
/unliftio-0.2.11.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.9.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.11
|
||||
Release: 1%{?dist}
|
||||
Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
|
||||
|
||||
License: MIT
|
||||
@ -38,6 +38,7 @@ BuildRequires: ghc-unix-devel
|
||||
BuildRequires: ghc-unliftio-core-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-hspec-devel
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
@ -121,6 +122,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.2.11-1
|
||||
- update to 0.2.11
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (unliftio-0.2.9.0.tar.gz) = e3f4cbff3237c29d8fba6ba6fffcfdd9a1948bb5249262ddc8b2e61b417612cd1610403d7379ded7de1aa4d3e8f6410210c2bc716fbe9b51b4655f3b6671da06
|
||||
SHA512 (unliftio-0.2.11.tar.gz) = 6826b8d2d366a85438858f35c7d0666cd03db4477201ad90f8cea452f293420610a622c78298bc325c36ca5120c1b856098907f5f9c4b92c6b304f18fe6ceb09
|
||||
|
Loading…
Reference in New Issue
Block a user