AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update monad-logger to version 0.3.36 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- disable %{ix86} build
- 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)
- Replace %setup -q with the more modern %autosetup macro.
- 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)
- Update monad-logger to version 0.3.34. [#]# 0.3.34 * Fix build for lts-9 resolver
- Update monad-logger to version 0.3.33. [#]# 0.3.33 * Export `LogLine` type synonym.
- Add monad-logger at version 0.3.32.
- Update monad-logger to version 0.3.32. [#] ChangeLog for monad-logger [#]# 0.3.32 * Compat with `unliftio-core` 0.2
- 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)
- Drop obsolete group attributes.
- Update Cabal file for more accurate build dependencies.
- Update monad-logger to version 0.3.30. [#]# 0.3.30 * Added `MonadFail` instances for `LoggingT` and `NoLoggingT`.
- Use https URL to refer to bugs.opensuse.org.
- Update monad-logger to version 0.3.29. [#]# 0.3.29 * Export mapLoggingT and mapNoLoggingT
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- 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)
- Update to version 0.3.24 with cabal2obs.
- Update to version 0.3.23 with cabal2obs.
- Update to version 0.3.22 with cabal2obs.
- Update to version 0.3.21 with cabal2obs.
- Update to version 0.3.20.2 with cabal2obs.
- Update to version 0.3.20.1 with cabal2obs.
- Update to version 0.3.20 with cabal2obs.
- update to version 0.3.19 revision 0 * Add CallStack-based functions and Control.Monad.Logger.CallStack module
- update to 0.3.18 * Added logTHShow and logDebugSH, logInfoSH, etc. Accepts an argument of Show a => a instead of just Text.
- update to 0.3.17 * log to a chan
- update to 0.3.16 * Provide default monadLoggerLog implementation
- initial commit