File ghc-monad-logger.changes of Package ghc-monad-logger
-------------------------------------------------------------------
Mon Oct 22 10:35:50 UTC 2018 - psimons@suse.com
- Update monad-logger to version 0.3.30.
## 0.3.30
* Added `MonadFail` instances for `LoggingT` and `NoLoggingT`.
-------------------------------------------------------------------
Sat Oct 20 11:31:44 UTC 2018 - Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
-------------------------------------------------------------------
Thu Aug 2 16:29:58 UTC 2018 - psimons@suse.com
- Update monad-logger to version 0.3.29.
## 0.3.29
* Export mapLoggingT and mapNoLoggingT
-------------------------------------------------------------------
Wed Jul 18 14:26:32 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update monad-logger to version 0.3.28.5.
* Fix missing module [#1](https://github.com/snoyberg/monad-logger/issues/1)
* Compat for older GHCs [#161](https://github.com/kazu-yamamoto/logger/pull/161)
* Support for exceptions 0.9 and 0.10 [#158](https://github.com/kazu-yamamoto/logger/issues/158)
* Drop blaze-builder dependency
* Fix support for GHC 7.8 [#154](https://github.com/kazu-yamamoto/logger/pull/154)
* Added `WriterLoggingT` for collecting log lines and help with testing
* Drop backwards compat with older library versions
* Add `MonadUnliftIO` instances
* Fix some incorrect `@since` comments
* Export all CallStack log functions [#143](https://github.com/kazu-yamamoto/logger/pull/143)
-------------------------------------------------------------------
Thu May 18 09:52:10 UTC 2017 - psimons@suse.com
- Update to version 0.3.24 with cabal2obs.
-------------------------------------------------------------------
Wed May 3 08:14:07 UTC 2017 - psimons@suse.com
- Update to version 0.3.23 with cabal2obs.
-------------------------------------------------------------------
Tue Apr 4 11:04:09 UTC 2017 - psimons@suse.com
- Update to version 0.3.22 with cabal2obs.
-------------------------------------------------------------------
Mon Mar 27 12:41:42 UTC 2017 - psimons@suse.com
- Update to version 0.3.21 with cabal2obs.
-------------------------------------------------------------------
Mon Feb 20 08:42:52 UTC 2017 - psimons@suse.com
- Update to version 0.3.20.2 with cabal2obs.
-------------------------------------------------------------------
Mon Nov 14 09:33:58 UTC 2016 - psimons@suse.com
- Update to version 0.3.20.1 with cabal2obs.
-------------------------------------------------------------------
Tue Oct 11 08:49:27 UTC 2016 - psimons@suse.com
- Update to version 0.3.20 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 15:50:21 UTC 2016 - mimi.vx@gmail.com
- update to version 0.3.19 revision 0
* Add CallStack-based functions and Control.Monad.Logger.CallStack module
-------------------------------------------------------------------
Thu Feb 4 19:19:17 UTC 2016 - mimi.vx@gmail.com
- update to 0.3.18
* Added logTHShow and logDebugSH, logInfoSH, etc. Accepts an argument of
Show a => a instead of just Text.
-------------------------------------------------------------------
Fri Jan 15 10:06:34 UTC 2016 - mimi.vx@gmail.com
- update to 0.3.17
* log to a chan
-------------------------------------------------------------------
Sun Dec 13 16:47:15 UTC 2015 - mimi.vx@gmail.com
- update to 0.3.16
* Provide default monadLoggerLog implementation
-------------------------------------------------------------------
Thu Nov 19 12:06:28 UTC 2015 - mimi.vx@gmail.com
- initial commit