cabal-gild-1.0.2.1: Formats package descriptions.
Safe HaskellSafe-Inferred
LanguageHaskell2010

CabalGild.Exception.UnknownOption

Synopsis

Documentation

newtype UnknownOption Source #

This exception is thrown when a command line option is not known.

Constructors

UnknownOption String 

fromString :: String -> UnknownOption Source #

Constructs an UnknownOption from the given String.