ghc-config-ini
A library for simple INI-based configuration files
The 'config-ini' library is a set of small monadic languages for writing simple configuration languages with convenient, human-readable error messages.>parseConfig :: IniParser (Text, Int, Bool)>parseConfig = section "NETWORK" $ do>user<- field "user">port<- fieldOf "port" number>enc<- fieldFlagDef "encryption" True>return (user, port, enc).
BSD-3-Clausecloud_download Downloads
To download packages, you need to log in and have a valid subscription.
Please select a product to see the available package versions:
Loading...
Loading package downloads...