Include Propellor.Property.OS, which was accidentially left out of the cabal file in the last release.

This commit is contained in:
Joey Hess 2014-12-09 00:03:14 -04:00
parent 834a05e25a
commit 99bff87440
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -3,6 +3,8 @@ propellor (1.2.0) UNRELEASED; urgency=medium
* Display a warning when ensureProperty is used on a property which has
Info and is so prevented from propigating it.
* Removed boolProperty; instead the new toResult can be used. (API change)
* Include Propellor.Property.OS, which was accidentially left out of the
cabal file in the last release.
-- Joey Hess <id@joeyh.name> Sun, 07 Dec 2014 17:08:55 -0400

View File

@ -90,6 +90,7 @@ Library
Propellor.Property.Nginx
Propellor.Property.Obnam
Propellor.Property.OpenId
Propellor.Property.OS
Propellor.Property.Postfix
Propellor.Property.Prosody
Propellor.Property.Reboot