packages feed

propellor 5.6.0 → 5.6.1

raw patch · 4 files changed

+16/−2 lines, 4 files

Files

CHANGELOG view
@@ -1,3 +1,10 @@+propellor (5.6.1) unstable; urgency=medium++  * fix Libvirt.hs haddock build+    Thanks, Sean Whitton++ -- Joey Hess <id@joeyh.name>  Sun, 20 Jan 2019 19:06:39 -0400+ propellor (5.6.0) unstable; urgency=medium    * withOS had a type level bug that allowed ensureProperty to be used inside
debian/changelog view
@@ -1,3 +1,10 @@+propellor (5.6.1) unstable; urgency=medium++  * fix Libvirt.hs haddock build+    Thanks, Sean Whitton++ -- Joey Hess <id@joeyh.name>  Sun, 20 Jan 2019 19:06:39 -0400+ propellor (5.6.0) unstable; urgency=medium    * withOS had a type level bug that allowed ensureProperty to be used inside
propellor.cabal view
@@ -1,5 +1,5 @@ Name: propellor-Version: 5.6.0+Version: 5.6.1 Cabal-Version: 1.20 License: BSD2 Maintainer: Joey Hess <id@joeyh.name>
src/Propellor/Property/Libvirt.hs view
@@ -30,7 +30,7 @@ data AutoStart = AutoStart | NoAutoStart  -- | Which type of disk image to build for the virtual machine-data DiskImageType = Raw -- | QCow2+data DiskImageType = Raw -- TODO: | QCow2  -- | Install basic libvirt components installed :: Property DebianLike