forked from pool/ghc-lifted-async
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-lifted-async revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lifted-async?expand=0&rev=25
This commit is contained in:
parent
986d25a89c
commit
831c42469f
@ -1,25 +1,30 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 8 16:14:08 UTC 2019 - Peter Simons <psimons@suse.com>
|
Tue Aug 18 10:45:21 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
- Drop obsolete group attributes.
|
- Replace %setup -q with the more modern %autosetup macro.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 3 02:03:10 UTC 2019 - psimons@suse.com
|
Fri Jul 24 02:00:22 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
- Update lifted-async to version 0.10.0.4.
|
- Update lifted-async to version 0.10.1.2.
|
||||||
## v0.10.0.4 - 2019-05-03
|
## v0.10.1.2 - 2020-07-23
|
||||||
|
|
||||||
* Relax upper version bounds for base and constraints
|
* Relax upper version bound for tasty-expected-failure
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 4 15:40:00 UTC 2018 - psimons@suse.com
|
Tue Jun 30 02:00:21 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
- Update lifted-async to version 0.10.0.3.
|
- Update lifted-async to version 0.10.1.1.
|
||||||
## v0.10.0.3 - 2018-09-25
|
## v0.10.1.1 - 2020-06-29
|
||||||
|
|
||||||
* Relax upper version bound for base to support GHC 8.6.1
|
* Bump up cabal-version to 1.24
|
||||||
|
|
||||||
|
## v0.10.1 - 2020-06-29
|
||||||
|
|
||||||
|
* Fix typechecking errors with GHC HEAD 8.11 ([#31](https://github.com/maoe/lifted-async/pull/31))
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 9 19:44:57 UTC 2018 - psimons@suse.com
|
Tue Jun 9 09:26:17 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Add lifted-async at version 0.10.0.6.
|
||||||
|
|
||||||
- Add lifted-async at version 0.10.0.2.
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-lifted-async
|
# spec file for package ghc-lifted-async
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name lifted-async
|
%global pkg_name lifted-async
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.10.0.4
|
Version: 0.10.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Run lifted IO operations asynchronously and wait for their results
|
Summary: Run lifted IO operations asynchronously and wait for their results
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -56,7 +56,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
|||||||
This package provides the Haskell %{pkg_name} library development files.
|
This package provides the Haskell %{pkg_name} library development files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c9c988c2078f9d83034b26f487182869aaaa67c4b1e340c306b35dc9410b9433
|
|
||||||
size 10267
|
|
3
lifted-async-0.10.1.2.tar.gz
Normal file
3
lifted-async-0.10.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd24cb197953701507680893b84df505eb58d1c31e1d45f9a0edae43cd965713
|
||||||
|
size 10374
|
Loading…
Reference in New Issue
Block a user