lib: add whitespace around '$' operator

This commit is contained in:
Joseph Weston 2018-08-01 22:19:16 +02:00 committed by Simon Michael
parent 86c36c1dcc
commit 1d91ea43a5

View File

@ -213,7 +213,7 @@ includedirectivep = do
filepaths <- liftIO $ sort <$> globDir1 fileglob curdir
if (not . null) filepaths
then pure filepaths
else parseErrorAt parserpos$ "No existing files match pattern: " ++ filename
else parseErrorAt parserpos $ "No existing files match pattern: " ++ filename
parseChild parentpos filepath = do
childInput <- lift $ readFilePortably filepath