Home
last modified time | relevance | path

Searched refs:listDepsFormatOptsParser (Results 1 – 1 of 1) sorted by relevance

/dports/devel/stack/stack-2.7.3/src/Stack/Options/
H A DDotParser.hs77 listDepsFormatOptsParser :: Parser ListDepsFormatOpts
78 listDepsFormatOptsParser = ListDepsFormatOpts <$> separatorParser <*> licenseParser function
81 listDepsTreeParser = ListDepsTree <$> listDepsFormatOptsParser
84 listDepsTextParser = ListDepsText <$> listDepsFormatOptsParser