summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-09propellor spinJoey Hess
2015-02-08propellor spinJoey Hess
2015-02-08propellor spinJoey Hess
2015-02-08propellor spinJoey Hess
2015-02-08propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-01-29changelogJoey Hess
2015-01-29propellor spinJoey Hess
2015-01-29propellor spinJoey Hess
2015-01-29propellor spinJoey Hess
2015-01-25store PropList reversed to optimise &Joey Hess
PropList is now an opaque type, to prevent misuse. Note that the PropAccum Host instance cannot use reversed order.
2015-01-25add news item for propellor 2.0.0Joey Hess
2015-01-25Merge branch 'joeyconfig'Joey Hess
2015-01-25typoJoey Hess
2015-01-25Merge branch 'joeyconfig'Joey Hess
2015-01-25prep releaseJoey Hess
2015-01-25versionJoey Hess
2015-01-25updateJoey Hess
2015-01-25updateJoey Hess
2015-01-25Merge branch 'joeyconfig'Joey Hess
2015-01-25remove idea about moving into GADTJoey Hess
2015-01-25update; SimpleSh was removedJoey Hess
2015-01-25Merge branch 'joeyconfig'Joey Hess
Conflicts: doc/todo/info_propigation_out_of_nested_properties.mdwn privdata.joey/privdata.gpg
2015-01-25cleanupJoey Hess
2015-01-25propellor spinJoey Hess
2015-01-25propellor spinJoey Hess
2015-01-25propellor spinJoey Hess
2015-01-25propellor spinJoey Hess
2015-01-25propellor spinJoey Hess
2015-01-25remove toSimplePropJoey Hess
It didn't do what I thought it did with a RevertableProperty; it always returned Nothing because even if the input properties to <!> are NoInfo, it casts them to HasInfo. Even if it had worked, it lost type safety. Better to export the Property NoInfo that is used in a RevertableProperty, so it can be used directly.