Package Release Info

ghc-monad-logger-0.3.36-bp155.3.14

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-monad-logger
ghc-monad-logger-devel

Change Logs

* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
Version: 0.3.36-bp154.2.15
* Tue Dec 07 2021 Peter Simons <psimons@suse.com>
- Update monad-logger to version 0.3.36 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Wed Nov 25 2020 psimons@suse.com
- Update monad-logger to version 0.3.36.
  [#]# 0.3.36
  * Export the `defaultOutput` function, useful for defining custom instances of `MonadLogger`. [#29](https://github.com/snoyberg/monad-logger/pull/29)
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Thu Aug 13 2020 psimons@suse.com
- Update monad-logger to version 0.3.35.
  [#]# 0.3.35
  * Add Hackage status badge
  * Document `Loc` [#26](https://github.com/snoyberg/monad-logger/pull/26)
* Wed Jul 08 2020 psimons@suse.com
- Update monad-logger to version 0.3.34.
  [#]# 0.3.34
  * Fix build for lts-9 resolver
* Thu Jul 02 2020 psimons@suse.com
- Update monad-logger to version 0.3.33.
  [#]# 0.3.33
  * Export `LogLine` type synonym.
* Tue Jun 09 2020 psimons@suse.com
- Add monad-logger at version 0.3.32.
Version: 0.3.32-bp152.1.1
* Tue Mar 24 2020 psimons@suse.com
- Update monad-logger to version 0.3.32.
  [#] ChangeLog for monad-logger
  [#]# 0.3.32
  * Compat with `unliftio-core` 0.2
* Tue Nov 26 2019 psimons@suse.com
- Update monad-logger to version 0.3.31.
  [#]# 0.3.31
  * Re-export `fromLogStr` to make implementing custom instances more convenient.
    [#14](https://github.com/snoyberg/monad-logger/pull/14)
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Fri Oct 11 2019 Peter Simons <psimons@suse.com>
- Update Cabal file for more accurate build dependencies.
Version: 0.3.30-bp151.1.7
* Mon Oct 22 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 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Thu Aug 02 2018 psimons@suse.com
- Update monad-logger to version 0.3.29.
  [#]# 0.3.29
  * Export mapLoggingT and mapNoLoggingT
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Mon May 14 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)
Version: 0.3.24-bp150.2.4
* Thu May 18 2017 psimons@suse.com
- Update to version 0.3.24 with cabal2obs.
* Wed May 03 2017 psimons@suse.com
- Update to version 0.3.23 with cabal2obs.
* Tue Apr 04 2017 psimons@suse.com
- Update to version 0.3.22 with cabal2obs.
* Mon Mar 27 2017 psimons@suse.com
- Update to version 0.3.21 with cabal2obs.
* Mon Feb 20 2017 psimons@suse.com
- Update to version 0.3.20.2 with cabal2obs.
* Mon Nov 14 2016 psimons@suse.com
- Update to version 0.3.20.1 with cabal2obs.
* Tue Oct 11 2016 psimons@suse.com
- Update to version 0.3.20 with cabal2obs.
Version: 0.3.19-2.2
* Sun Jul 10 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 04 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 2016 mimi.vx@gmail.com
- update to 0.3.17
  * log to a chan
* Sun Dec 13 2015 mimi.vx@gmail.com
- update to 0.3.16
  * Provide default monadLoggerLog implementation
* Thu Nov 19 2015 mimi.vx@gmail.com
- initial commit