ghc-fast-logger/ghc-fast-logger.changes

35 lines
1.1 KiB
Plaintext

-------------------------------------------------------------------
Fri Oct 4 02:01:56 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:39:56 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.
-------------------------------------------------------------------
Wed Aug 28 17:31:04 UTC 2019 - psimons@suse.com
- Add fast-logger at version 2.4.16.