optparse-applicative 0.5.2 → 0.5.2.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
Options/Applicative/Builder.hs view
@@ -7,7 +7,7 @@ -- -- Each parser builder takes an option modifier. A modifier can be created by -- composing the basic modifiers provided by this module using the 'Monoid'- -- operations 'mempty' and 'mappend', or their aliases 'idm' and '&'.+ -- operations 'mempty' and 'mappend', or their aliases 'idm' and '<>'. -- -- For example: --
optparse-applicative.cabal view
@@ -1,5 +1,5 @@ name: optparse-applicative-version: 0.5.2+version: 0.5.2.1 synopsis: Utilities and combinators for parsing command line options description: Here is a simple example of an applicative option parser: