From aad5e2d396c4104e74ad55468346c0e06cb482ea Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Wed, 19 Jul 2017 17:24:06 -0400 Subject: [PATCH] Correct the docs. --- src/SemanticCmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SemanticCmdLine.hs b/src/SemanticCmdLine.hs index 58bec0cd4..02db14372 100644 --- a/src/SemanticCmdLine.hs +++ b/src/SemanticCmdLine.hs @@ -44,7 +44,7 @@ runParse (SomeRenderer parseTreeRenderer) = Semantic.parseBlobs parseTreeRendere -- | A parser for the application's command-line arguments. -- --- Returns an 'IO' action producing 'ByteString' output, and a 'Maybe FilePath' to write the output to. +-- Returns a 'Task' producing 'ByteString' output, and a 'Maybe FilePath' to write the output to. arguments :: ParserInfo (Task.Task ByteString, Maybe FilePath) arguments = info (version <*> helper <*> argumentsParser) description where