Safe Haskell | None |
---|---|
Language | Haskell2010 |
Options.Harg.Sources.JSON
Synopsis
- newtype JSONSource f = JSONSource (f ConfigFile)
Documentation
newtype JSONSource f Source #
Source that enables a parser to read options from a JSON file.
Constructors
JSONSource (f ConfigFile) |