Accepting request 1231479 from devel:languages:haskell
version update for ghc-9.10.1 OBS-URL: https://build.opensuse.org/request/show/1231479 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-time-manager?expand=0&rev=8
This commit is contained in:
commit
db6fdfcc38
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 05:11:19 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update time-manager to version 0.2.1.
|
||||
## 0.2.1
|
||||
|
||||
* Export KilledByThreadManager exception
|
||||
[#1016](https://github.com/yesodweb/wai/pull/1016)
|
||||
|
||||
## 0.2.0
|
||||
|
||||
* Providing `System.ThreadManager`.
|
||||
* `withHandle` catches `TimeoutThread` internally.
|
||||
It returns `Nothing` on timeout.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 22 00:26:04 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update time-manager to version 0.1.3.
|
||||
## 0.1.3
|
||||
|
||||
* Providing `withHandle` and `withHandleKillThread`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 21:02:53 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update time-manager to version 0.1.2.
|
||||
## 0.1.2
|
||||
|
||||
* Holding `Weak ThreadId` to prevent thread leak again
|
||||
[#1013](https://github.com/yesodweb/wai/pull/1013)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 01:52:04 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update time-manager to version 0.1.1.
|
||||
## 0.1.1
|
||||
|
||||
* Removing `unliftio`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 27 10:30:55 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name time-manager
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.1.0
|
||||
Version: 0.2.1
|
||||
Release: 0
|
||||
Summary: Scalable timer
|
||||
License: MIT
|
||||
@ -30,13 +30,16 @@ BuildRequires: ghc-auto-update-devel
|
||||
BuildRequires: ghc-auto-update-prof
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-unliftio-devel
|
||||
BuildRequires: ghc-unliftio-prof
|
||||
BuildRequires: ghc-stm-devel
|
||||
BuildRequires: ghc-stm-prof
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
%description
|
||||
Scalable timer functions provided by a timer manager.
|
||||
Scalable timer functions provided by a timer manager and thread management
|
||||
functions to prevent thread leak by a thread manager.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62b10f55c8e018656785ebdf400ac1d7551f1ab593b70584f0735a60427c5ce4
|
||||
size 3063
|
3
time-manager-0.2.1.tar.gz
Normal file
3
time-manager-0.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:441d8cf834f471412b1cebc37a7d460e511a718663f63ab336de2d8db999ab54
|
||||
size 5603
|
Loading…
x
Reference in New Issue
Block a user