https://bugzilla.redhat.com/show_bug.cgi?id=1757688 Bug ID: 1757688 Summary: Review Request: ghc-config-ini - A library for simple INI-based configuration files Product: Fedora Version: rawhide Status: NEW Component: Package Review Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: petersen@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Target Milestone: --- Classification: Fedora Spec URL: https://petersen.fedorapeople.org/reviews//ghc-config-ini.spec SRPM URL: https://petersen.fedorapeople.org/reviews//ghc-config-ini-0.2.4.0-1.fc31.src.rpm Description: 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). -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx