Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 0afad05

Browse files
committed
Fixed mappend implementation for 8.2.2
1 parent f295623 commit 0afad05

File tree

1 file changed

+1
-0
lines changed
  • hie-plugin-api/Haskell/Ide/Engine

1 file changed

+1
-0
lines changed

hie-plugin-api/Haskell/Ide/Engine/Ghc.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ instance Semigroup Diagnostics where
5858
Diagnostics d1 <> Diagnostics d2 = Diagnostics (d1 <> d2)
5959

6060
instance Monoid Diagnostics where
61+
mappend = (<>)
6162
mempty = Diagnostics mempty
6263

6364
instance Data.Aeson.ToJSON Diagnostics where

0 commit comments

Comments
 (0)