summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
Commit message (Expand)AuthorAge
* Fix build with ghc 8.6.3Joey Hess2018-12-30
* modernized and simplified the MetaTypes implementationJoey Hess2018-05-18
* fix broken SemigroupMonoid transition <<loop>>Joey Hess2018-04-30
* fix build with ghc 8.2Joey Hess2018-04-30
* more ghc 8.4 build fixesJoey Hess2018-04-23
* improve haddockJoey Hess2017-07-15
* Fix build with pre-AMP ghc.Joey Hess2017-03-18
* Added Monoid instances for Property and RevertableProperty.Joey Hess2017-03-15
* Property types changed to use a Maybe (Propellor Result). (API change)Joey Hess2017-03-15
* Added ConfigurableValue type classJoey Hess2017-02-26
* add types for Arch LinuxZihao Wang2017-02-03
* improve haddocks and move code around to make them more clearJoey Hess2016-03-27
* refactorJoey Hess2016-03-27
* add back DeriveDataTypeableJoey Hess2016-03-26
* ported propagateContainerJoey Hess2016-03-26
* got rid of the undefined in privdataJoey Hess2016-03-26
* ported moreJoey Hess2016-03-25
* rename toProp to toChildPropertiesJoey Hess2016-03-25
* continued portingJoey Hess2016-03-25
* ported Property.AptJoey Hess2016-03-25
* ported Property.ListJoey Hess2016-03-25
* fix CheckCombinableJoey Hess2016-03-25
* fix warningsJoey Hess2016-03-25
* add type alias for Sing to be less confusing for usersJoey Hess2016-03-25
* fix combineWith to only accept properties that have common targetsJoey Hess2016-03-24
* ported most of PropAccumJoey Hess2016-03-24
* pruneJoey Hess2016-03-24
* convert ensurePropertyJoey Hess2016-03-24
* converted PrivDataJoey Hess2016-03-24
* converted Propellor.InfoJoey Hess2016-03-24
* simplifyJoey Hess2016-03-24
* don't unify the two types of properties inside a RevertablePropertyJoey Hess2016-03-24
* 1st stage integrating MetaTypesJoey Hess2016-03-24
* FreeBSD Support including:Evan Cofsky2016-03-07
* Allow using combineProperties and propertyList with lists of RevertableProperty.Joey Hess2016-02-08
* Clean build with ghc 7.10.Joey Hess2015-12-19
* haddock improvementsJoey Hess2015-11-24
* export for haddockJoey Hess2015-11-17
* Explicit Info/NoInfo for RevertableProperty (API change)Joey Hess2015-10-27
* propellor spinJoey Hess2015-10-24
* improve RevertableProperty combiningJoey Hess2015-10-24
* generalize checkJoey Hess2015-10-23
* tighten focus of Propellor module, adding Propellor.Base for all the exportsJoey Hess2015-10-10
* Improved documentation, particularly of the Propellor module.Joey Hess2015-10-10
* Follow some hlint suggestions.Mario Lang2015-09-13
* Added Propellor.Property.Rsync. WIP; untestedJoey Hess2015-09-06
* propellor spinJoey Hess2015-04-29
* remove toSimplePropJoey Hess2015-01-25
* fix combines instanceJoey Hess2015-01-25
* avoid needing to define Show twiceJoey Hess2015-01-25