See also https://pvp.haskell.org/faq
- Drop support for GHC 7
- Tested with GHC 8.0 - 9.10
- Evaluate message before taking lock in simple handler (#49)
- Define
Typeable
,Data
,Generic
andNFData
instances forSystem.Log.Priority
(#43)
- [semantic change] Messages are encoded as UTF-8 (previously the encoding was locale dependent) for the Syslog and Growl backends
- Add support for
network-3.0
; remove redundant dependency ondirectory
andprocess