Changelog for configuration-tools-0.2.8
0.2.8
-
Added validation funcitons for Boolean values, numberic values and orders.
-
Added operator
!..:for parsing of configuration values that are required to be present in a configuration file, thus preventing the default value from being used. -
More consistent usage of case in metavar values.
-
Drop support for optparse-applicative < 0.10.
0.2.7
-
Added
viewfuntion for lenses toConfiguration.Utils.Internal. -
Added support for validation of configuration values.
-
Added module
Configuration.Utils.Validationthat provides primitives for validating different basic configuration values.
0.2.6
-
For git repositories include also light-weight (non-annotated) tags in the version description.
-
Added new function
boolReader,boolOption,fileOption, andeitherReadPtoUtils. -
Added new function
maybeOptionand improved documentation aboutMaybeconfig values. -
Included optimisation level into long info.
0.2.5
Configuration.Utils.Setup: exportmkPkgInfoModulesfunction that modifies a givenUserHooksrecord to generate anPkgInfomodule during configuration.
0.2.4.1
- Support for optparse-applicative >= 0.10.
0.2.4
-
Configuration.Utils.Setup: fixed generation of
PkgInfomodule for package configurations with explict flags. -
Improved documentation for
Maybevalues.
0.2.3
-
Show the help options in the options summary message.
-
Add
-?as short version of for--helpin addition to-h. -
Remove
showHelpOnErroranddisambiguatefrom option parser preferences. -
Added file
INSTALL_ON_WINDOWS.mdwith installation instructions for windows to the package.
0.2.2
-
Add Lens
piOptionParserAndDefaultConfigurationthat gives simultaneous accesses topiOptionParserandpiDefaultConfigurationwhich allows changing the type parameter ofProgramInfo a. -
Introduce function
setProperty. It is used as the..:operator but allows to specify a custom parser for the property value instead of the defaultparseJSONfrom theFromJSONinstance. -
Introduce operators
(<*<),(>*>),(<$<),(>$>)and deprecate(⊙)and(<.>).
0.2.1
- Fix build with GHC-7.6 by relaxing lower bounds on some dependencies.
0.2
First release.