summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
AgeCommit message (Expand)Author
2019-07-02use DelayErrorJoey Hess
2019-07-02Revert "Revert "custom type error messages""Joey Hess
2019-07-02Revert "custom type error messages"Joey Hess
2019-07-01optionally use type-errors to detect stucknessJoey Hess
2019-07-01custom type error messagesJoey Hess
2018-12-30Fix build with ghc 8.6.3Joey Hess
2018-05-18modernized and simplified the MetaTypes implementationJoey Hess
2018-04-30fix broken SemigroupMonoid transition <<loop>>Joey Hess
2018-04-30fix build with ghc 8.2Joey Hess
2018-04-23more ghc 8.4 build fixesJoey Hess
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