parent
37bc36f10a
commit
a5085f2d0b
|
@ -281,7 +281,7 @@ coreIO putErrorLnIO config suppressOutput inputPathM outputPathM = ExceptT.runEx
|
||||||
putErrorLn
|
putErrorLn
|
||||||
$ "Error: detected unprocessed comments."
|
$ "Error: detected unprocessed comments."
|
||||||
++ " The transformation output will most likely"
|
++ " The transformation output will most likely"
|
||||||
++ " not contain certain of the comments"
|
++ " not contain some of the comments"
|
||||||
++ " present in the input haskell source file."
|
++ " present in the input haskell source file."
|
||||||
putErrorLn $ "Affected are the following comments:"
|
putErrorLn $ "Affected are the following comments:"
|
||||||
unused `forM_` \case
|
unused `forM_` \case
|
||||||
|
|
Loading…
Reference in New Issue