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
Fix inferior-haskell warning font lock for GHC 8.0
GHC 8.0 uses an error message of the form
```
/home/alanz/mysrc/github/alanz/ghc-exactprint/tests/Test.hs:99:3: warning: [-Wunused-matches]
Defined but not used: ‘prettyRoundTripTests’
```
The word "warning" no longer has an initial capital letter.
0 commit comments