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-Clause

cloud_download Downloads

Please select a product to see the available package versions:
Loading...
Loading package downloads...