summaryrefslogtreecommitdiff
path: root/src/Propellor/Types
AgeCommit message (Expand)Author
2019-07-16update from Stable "stretch" to Stable "buster" in some examplesJoey Hess
2019-07-02use ConstraintKindsJoey Hess
2019-07-02reword to be more like ghc wordingJoey Hess
2019-07-02better explain Property <unknown>Joey Hess
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
2019-04-08change from inChroot to granular container capabilities infoJoey Hess
2018-12-30stop importing deprecated Network.BSDJoey Hess
2018-10-24no longer need UndecidableInstances hereJoey Hess
2018-10-13name bikesheddingJoey Hess
2018-10-08Add a DirectBoot bootloader type.David Bremner
2018-05-18modernized and simplified the MetaTypes implementationJoey Hess
2018-04-30fix broken SemigroupMonoid transition <<loop>>Joey Hess
2018-04-23more ghc 8.4 build fixesJoey Hess
2018-04-23update note about singletons libraryJoey Hess
2018-04-23semigroup monoid change fallout; drop ghc 7 supportJoey Hess
2017-12-21Grub.boots, Grub.bootsMounted: Pass --target to grub-install.Joey Hess
2017-11-19partition table in InfoJoey Hess
2017-11-18reorganizedJoey Hess
2017-11-16Uboot: New module.Joey Hess
2017-11-16flash-kernel supportJoey Hess
2017-10-25Make addInfo accumulate Info in order properties appear, not reverse orderJoey Hess
2017-10-04avoid propagating non-alias DNS info from container to hostJoey Hess
2017-10-04improve commentJoey Hess
2017-07-29Added PROPELLOR_TRACE environment variableJoey Hess
2017-07-27Propellor.Types.Info: add missing import for 'cast'Sergei Trofimovich
2017-07-26add DeriveDataTypeableJoey Hess
2017-07-21calcPartTable using PartSpec DSLJoey Hess
2017-07-05DiskImage: Removed grubBootedJoey Hess
2017-06-17use stretch in debian stable examplesJoey Hess
2017-05-15Removed dependency on MissingH, instead depends on split and hashable.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-03-11don't propagate DNS info from DiskImage chrootsJoey Hess
2017-02-26noteJoey Hess
2017-02-26convert fromIPAddr to valJoey Hess
2017-02-26use val instead of showJoey Hess
2017-02-26ConfigurableValue instances for User, GroupJoey Hess
2017-02-26fix tabs for indentationJoey Hess
2017-02-26use ConfigurableValue where applicableJoey Hess
2017-02-26Added ConfigurableValue type classJoey Hess
2017-02-04improve layoutJoey Hess
2017-02-03add types for Arch LinuxZihao Wang
2017-01-18add Ord instance for PortFélix Sipma
2016-12-26Added --build option, which makes propellor simply build itself.Joey Hess
2016-06-20add DeriveDataTypeable extension to ExceptionFélix Sipma
2016-06-13add DebianKernel datatypeFélix Sipma