summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
AgeCommit message (Expand)Author
2017-07-15improve haddockJoey Hess
2017-03-18Fix build with pre-AMP ghc.Joey Hess
2017-03-15Added Monoid instances for Property and RevertableProperty.Joey Hess
2017-03-15Property types changed to use a Maybe (Propellor Result). (API change)Joey Hess
2017-02-26Added ConfigurableValue type classJoey Hess
2017-02-03add types for Arch LinuxZihao Wang
2016-03-27improve haddocks and move code around to make them more clearJoey Hess
2016-03-27refactorJoey Hess
2016-03-26add back DeriveDataTypeableJoey Hess
2016-03-26ported propagateContainerJoey Hess
2016-03-26got rid of the undefined in privdataJoey Hess
2016-03-25ported moreJoey Hess
2016-03-25rename toProp to toChildPropertiesJoey Hess
2016-03-25continued portingJoey Hess
2016-03-25ported Property.AptJoey Hess
2016-03-25ported Property.ListJoey Hess
2016-03-25fix CheckCombinableJoey Hess
2016-03-25fix warningsJoey Hess
2016-03-25add type alias for Sing to be less confusing for usersJoey Hess
2016-03-24fix combineWith to only accept properties that have common targetsJoey Hess
2016-03-24ported most of PropAccumJoey Hess
2016-03-24pruneJoey Hess
2016-03-24convert ensurePropertyJoey Hess
2016-03-24converted PrivDataJoey Hess
2016-03-24converted Propellor.InfoJoey Hess
2016-03-24simplifyJoey Hess
2016-03-24don't unify the two types of properties inside a RevertablePropertyJoey Hess
2016-03-241st stage integrating MetaTypesJoey Hess
2016-03-07FreeBSD Support including:Evan Cofsky
2016-02-08Allow using combineProperties and propertyList with lists of RevertableProperty.Joey Hess
2015-12-19Clean build with ghc 7.10.Joey Hess
2015-11-24haddock improvementsJoey Hess
2015-11-17export for haddockJoey Hess
2015-10-27Explicit Info/NoInfo for RevertableProperty (API change)Joey Hess
2015-10-24propellor spinJoey Hess
2015-10-24improve RevertableProperty combiningJoey Hess
2015-10-23generalize checkJoey Hess
2015-10-10tighten focus of Propellor module, adding Propellor.Base for all the exportsJoey Hess
2015-10-10Improved documentation, particularly of the Propellor module.Joey Hess
2015-09-13Follow some hlint suggestions.Mario Lang
2015-09-06Added Propellor.Property.Rsync. WIP; untestedJoey Hess
2015-04-29propellor spinJoey Hess
2015-01-25remove toSimplePropJoey Hess
2015-01-25fix combines instanceJoey Hess
2015-01-25avoid needing to define Show twiceJoey Hess
2015-01-24GADT properties seem to work (untested)Joey Hess
2015-01-24use type level functions to fix type inference for `require`Joey Hess
2015-01-24moving to using the GADTJoey Hess
2015-01-24added GADT to determine between a property with info and withoutJoey Hess
2015-01-19more reorgJoey Hess