osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-unliftio revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unliftio?expand=0&rev=26
This commit is contained in:
parent
968ee1295b
commit
f69922afb1
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 31 03:01:33 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update unliftio to version 0.2.10.
|
||||||
|
## 0.2.10
|
||||||
|
|
||||||
|
* Add pooling related functions for unliftio
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 12 03:02:02 UTC 2018 - psimons@suse.com
|
Wed Dec 12 03:02:02 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name unliftio
|
%global pkg_name unliftio
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.9.0
|
Version: 0.2.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
|
Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -40,6 +40,7 @@ BuildRequires: ghc-unix-devel
|
|||||||
BuildRequires: ghc-unliftio-core-devel
|
BuildRequires: ghc-unliftio-core-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-hspec-devel
|
BuildRequires: ghc-hspec-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
3
unliftio-0.2.10.tar.gz
Normal file
3
unliftio-0.2.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:141d6e858f3c340c881d9853a38076ca09306e45a02fffc36885b9ee11cf1b5c
|
||||||
|
size 42075
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff6596a932d1b52b409739fd7bbc07234b484cc72f459f2515b27c2b55cd39b8
|
|
||||||
size 38909
|
|
Loading…
Reference in New Issue
Block a user