summaryrefslogtreecommitdiff
path: root/propellor.cabal
AgeCommit message (Collapse)Author
2014-08-19local repo fully working nowJoey Hess
2014-08-19Included the config.hs symlink to config-simple.hs in the cabal and Debian ↵Joey Hess
packages.
2014-08-04prep releaseJoey Hess
2014-07-09Remove .gitignore from cabal file list, to avoid build failure on Debian. ↵Joey Hess
Closes: #754334
2014-07-07propellor spinJoey Hess
2014-07-06prep releaseJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06propellor spinJoey Hess
2014-06-09propellor spinJoey Hess
2014-06-09Attr is renamed to Info.Joey Hess
2014-06-07combineProperties no longer stops when a property fails; now it continues ↵Joey Hess
trying to satisfy all properties on the list before propigating the failure. Audited all of my calls to combineProperties and they should be fine with this behavior.. which suggests it's the right behavior.
2014-05-31typoJoey Hess
2014-05-31build w/o optimisationsJoey Hess
I hope this will reign in ghc memory use
2014-05-31propellor spinJoey Hess
2014-05-29prep releaseJoey Hess
2014-05-24use a license name that cabal recognisesJoey Hess
2014-05-23propellor spinJoey Hess
2014-05-17prep releaseJoey Hess
2014-05-14moved source code to srcJoey Hess
This is to work around OSX's brain-damange regarding filename case insensitivity. Avoided moving config.hs, because it's a config file. Put in a symlink to make build work.
2014-05-10Licence changed from GPL to BSD.Joey Hess
2014-05-09rename file because of OSX brain-damageJoey Hess
2014-04-24prep releaseJoey Hess
2014-04-24add -threaded for wrapper programJoey Hess
general principles; don't want to have to worry about whether it may grow threads
2014-04-19prep releaseJoey Hess
2014-04-19spit up TODOJoey Hess
2014-04-19add real readme backJoey Hess
2014-04-19new home pageJoey Hess
2014-04-19Removed root domain records from SOA. Instead, use RootDomain when calling ↵Joey Hess
Dns.primary.
2014-04-18add dns records to AttrJoey Hess
2014-04-18get rid of AttrPropertyJoey Hess
Now both Property and RevertableProperty can influence Attr on their own.
2014-04-17prep releaseJoey Hess
2014-04-14propellor spinJoey Hess
2014-04-13Properties can now be satisfied differently on different operating systems.Joey Hess
2014-04-13propellor spinJoey Hess
2014-04-12propellor spinJoey Hess
2014-04-12propellor spinJoey Hess
2014-04-10new more expressive config.hs WIPJoey Hess
2014-04-10Propellor monad is a Reader for HostAttrJoey Hess
So far, the hostname is only used to improve a message in withPrivData, but I anticipate using HostAttr for a lot more.
2014-04-10propellor spinJoey Hess
2014-04-10propellor spinJoey Hess
2014-04-09forgot fileJoey Hess
2014-04-09propellor spinJoey Hess
2014-04-08prep releaseJoey Hess
2014-04-04fooJoey Hess
2014-04-04nopeJoey Hess
2014-04-04updateJoey Hess
2014-04-03library shimming for docker (untested)Joey Hess
2014-04-03reorg configsJoey Hess
2014-04-03api doc improvementsJoey Hess
2014-04-03debianization and a wrapper program for /usr/binJoey Hess