You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unliftio > /.../UnliftIO/Internals/Async.hs:513:3: warning: [-Wnoncanonical-monoid-instances]
unliftio > Noncanonical ‘mappend’ definition detected
unliftio > in the instance declaration for ‘Monoid (Conc m a)’.
unliftio > ‘mappend’ will eventually be removed in favour of ‘(<>)’
unliftio > Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
unliftio > See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
unliftio > |
unliftio > 513 | mappend = liftA2 mappend
When compiling with
ghc-9.2.3
:unliftio/unliftio/src/UnliftIO/Internals/Async.hs
Lines 510 to 514 in de13c44
The text was updated successfully, but these errors were encountered: