osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-fast-logger revision:12, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=68
This commit is contained in:
Ondřej Súkup 2021-05-04 10:35:13 +00:00 committed by Git OBS Bridge
parent b88506dd7d
commit fad98d69f5
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5763a0321053ecaba2d1040800bae9988f52b813fb08d5276ea7ce10e3d2f068
size 12077

3
fast-logger-3.0.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a693bfda13ea7220dc4d516134880bc0ba5652639f0d5148222f52640d5476d5
size 12331

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Apr 30 08:30:09 UTC 2021 - psimons@suse.com
- Update fast-logger to version 3.0.5.
## 3.0.5
* recovering backward compatibility for newFileLoggerSet.
-------------------------------------------------------------------
Wed Apr 28 08:49:15 UTC 2021 - psimons@suse.com
- Update fast-logger to version 3.0.4.
## 3.0.4
* New API: `newFastLogger1` which use only one capability.
* Making `FD` safer with `invalidFD`.
-------------------------------------------------------------------
Fri Feb 19 23:03:07 UTC 2021 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name fast-logger
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 3.0.3
Version: 3.0.5
Release: 0
Summary: A fast logging system
License: BSD-3-Clause