osc copypac from project:devel:languages:haskell:lts:10 package:ghc-unliftio revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unliftio?expand=0&rev=9
This commit is contained in:
parent
2d1f2ac140
commit
4f5a6765a8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 1 10:19:18 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update to version 0.2.2.0.
|
||||
A more detailed change log is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 16:58:33 UTC 2017 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-unliftio
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%global pkg_name unliftio
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.1.0
|
||||
Version: 0.2.2.0
|
||||
Release: 0
|
||||
Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
|
||||
License: MIT
|
||||
@ -35,9 +36,13 @@ BuildRequires: ghc-stm-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-unix-devel
|
||||
BuildRequires: ghc-unliftio-core-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-hspec-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
The MonadUnliftIO typeclass for unlifting monads to IO (batteries included).
|
||||
Please see the documentation and README at
|
||||
<https://www.stackage.org/package/unliftio>.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
@ -59,6 +64,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
%check
|
||||
%cabal_test
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1515151816c77bd69d5b2f65973d5dd4647eb296186d1496521efafa53a2126
|
||||
size 18247
|
3
unliftio-0.2.2.0.tar.gz
Normal file
3
unliftio-0.2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69a52f3d30d38054e99c39ad52118d41f99b23180827a2aa98d6e7c57f630a63
|
||||
size 18870
|
Loading…
x
Reference in New Issue
Block a user