fix syntax error when __GLASGOW_HASKELL__ >= 702
This commit is contained in:
parent
e8a494d426
commit
8ff7b4c156
@ -58,7 +58,7 @@ ppErrMsg err = ppMsg spn msg defaultUserStyle ++ ext
|
|||||||
ppMsg :: SrcSpan -> Message -> PprStyle -> String
|
ppMsg :: SrcSpan -> Message -> PprStyle -> String
|
||||||
#if __GLASGOW_HASKELL__ >= 702
|
#if __GLASGOW_HASKELL__ >= 702
|
||||||
ppMsg (UnhelpfulSpan _) _ _ = undefined
|
ppMsg (UnhelpfulSpan _) _ _ = undefined
|
||||||
ppMsg (RealSrcSpan src) msg _ = undefined
|
ppMsg (RealSrcSpan src) msg stl
|
||||||
#else
|
#else
|
||||||
ppMsg src msg stl
|
ppMsg src msg stl
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user