osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-fast-logger revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=45
This commit is contained in:
parent
94abac8bcd
commit
44349b1e3b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c72373a4e594d04fe0f9e6bb0ff00efa9dfd32b17fe06923b997aa155d81c24
|
||||
size 11399
|
3
fast-logger-3.0.0.tar.gz
Normal file
3
fast-logger-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03f5e1bf4925b7c9d88122c77b6fa264d6b15a0a15593143715dacae1fa1ff49
|
||||
size 11521
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 02:02:00 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update fast-logger to version 3.0.0.
|
||||
## 3.0.0
|
||||
|
||||
* Allowing the callback logger to be generic. [#182](https://github.com/kazu-yamamoto/logger/pull/180) This is a BREAKING CHANGE. Users should do:
|
||||
1. Importing `LogType'` and related constructors because `LogType` is now a type alias.
|
||||
2. Using `{-# LANGUAGE GADTs #-}`, even if you aren't using anything new, any time you try and `case` over values of type `LogType'`.
|
||||
|
||||
## 2.4.17
|
||||
|
||||
* Obtaining a fresh fd from IORef just before writing. [#180](https://github.com/kazu-yamamoto/logger/pull/180)
|
||||
|
||||
## 2.4.16
|
||||
|
||||
* Using strict language extensions.
|
||||
|
||||
## 2.4.15
|
||||
|
||||
* Rescuing GHC 7.8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 06:40:04 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update fast-logger to version 2.4.17.
|
||||
Upstream has not updated the file "ChangeLog.md" since the last
|
||||
release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 02:03:38 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name fast-logger
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.4.16
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: A fast logging system
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user