stack-3.9.1: A program for developing Haskell projects
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2024

Stack.Options.ExecParser

Description

Functions to parse command line arguments for Stack's exec, ghc, run, runghc and runhaskell commands.

Synopsis

Documentation

execOptsParser :: Maybe SpecialExecCmd -> Parser ExecOpts Source #

Parse command line arguments for Stack's exec, ghc, run, runghc and runhaskell commands.

execOptsExtraParser :: Parser ExecOptsExtra Source #

Parser for extra options to exec command