<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/src/Propellor/Property/List.hs, branch master</title>
<subtitle>gnusosa's centralized propellor repository for hosts spin-up.
</subtitle>
<id>https://git.gnusosa.net/propellor/atom?h=master</id>
<link rel='self' href='https://git.gnusosa.net/propellor/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/'/>
<updated>2018-04-23T19:20:25Z</updated>
<entry>
<title>more ghc 8.4 build fixes</title>
<updated>2018-04-23T19:20:25Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-04-23T19:20:25Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=f2bb9a3db7ccb5fc0e64920017d305715b34ba95'/>
<id>urn:sha1:f2bb9a3db7ccb5fc0e64920017d305715b34ba95</id>
<content type='text'>
Tested build with ghc 8.4 now.
</content>
</entry>
<entry>
<title>mention mconcat</title>
<updated>2017-03-19T19:44:49Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-03-19T19:44:49Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=7d3537e2b5462880242bf3f7c4f7aa75f2727d15'/>
<id>urn:sha1:7d3537e2b5462880242bf3f7c4f7aa75f2727d15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more old ghc fixes</title>
<updated>2017-03-19T00:16:40Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-03-19T00:16:40Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=b402430cf24ae71c178731a0241f89cc7d1b3e98'/>
<id>urn:sha1:b402430cf24ae71c178731a0241f89cc7d1b3e98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Property types changed to use a Maybe (Propellor Result). (API change)</title>
<updated>2017-03-15T18:09:07Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-03-15T18:09:07Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=52ca81661f156122a3a5d4a438fea83e067215ac'/>
<id>urn:sha1:52ca81661f156122a3a5d4a438fea83e067215ac</id>
<content type='text'>
* Property types changed to use a Maybe (Propellor Result). (API change)
* When Nothing needs to be done to ensure a property, propellor
  will avoid displaying its description at all. The doNothing property
  is an example of such a property.

This is mostly in preparation for Monoid instances for Property types, but
is's also nice that anything that uses doNothing will avoid printing out
any message at all. At least, I think it probably is. It might potentially
be confusing for something that sometimes takes an action and sometimes
resolves to doNothing and in either case has a description set to not
always show the description. If this did turn out to be confusing, the
change to doNothing could be reverted.

This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
</content>
</entry>
<entry>
<title>improve haddocks and move code around to make them more clear</title>
<updated>2016-03-27T23:59:20Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-27T23:59:20Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=9d6dc29555b8499d8ae6c73c891b0b5dc19f83e5'/>
<id>urn:sha1:9d6dc29555b8499d8ae6c73c891b0b5dc19f83e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ported propagateContainer</title>
<updated>2016-03-26T23:31:23Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-26T23:31:23Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=36e97137e538de401bd0340b469e10dca5f4b475'/>
<id>urn:sha1:36e97137e538de401bd0340b469e10dca5f4b475</id>
<content type='text'>
Renamed several utility functions along the way.
</content>
</entry>
<entry>
<title>ported more</title>
<updated>2016-03-25T22:39:50Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-25T22:39:50Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=ce8d34d094be30e1432ecaaae81b188671180624'/>
<id>urn:sha1:ce8d34d094be30e1432ecaaae81b188671180624</id>
<content type='text'>
Ssh is WIP and failing to compile quite badly
</content>
</entry>
<entry>
<title>rename toProp to toChildProperties</title>
<updated>2016-03-25T20:20:32Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-25T20:20:32Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=f01776d64b1b8fcf89903d0de1ffe27f10d620ee'/>
<id>urn:sha1:f01776d64b1b8fcf89903d0de1ffe27f10d620ee</id>
<content type='text'>
and note that it's not meant to be used by regular users
</content>
</entry>
<entry>
<title>finished porting Property.User</title>
<updated>2016-03-25T18:24:09Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-25T18:24:09Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=9768434f5fa2f2ed0bbb0212763a76471186a3cd'/>
<id>urn:sha1:9768434f5fa2f2ed0bbb0212763a76471186a3cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ported Property.List</title>
<updated>2016-03-25T18:04:40Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-25T18:04:40Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=91d1833155a2e8be2c435d0a92a750cc9d2f30b5'/>
<id>urn:sha1:91d1833155a2e8be2c435d0a92a750cc9d2f30b5</id>
<content type='text'>
I wanted to keep propertyList [foo, bar] working, but had some difficulty
making the type class approach work. Anyway, that's unlikely to be useful,
since foo and bar probably have different types, or could easiy have their
types updated breaking it.
</content>
</entry>
</feed>
