summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorSean Whitton2019-01-20 15:21:00 -0700
committerJoey Hess2019-01-20 19:06:13 -0400
commitde32200fe967b611edde76fe976d66265e36890b (patch)
tree01afebaf4ed9d855c8759ccdee5aff3ddd766e85 /src/Propellor
parent1ee2eb012be20d5b8c6f8452459e5071698cf494 (diff)
fix Libvirt.hs haddock build
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/Libvirt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Libvirt.hs b/src/Propellor/Property/Libvirt.hs
index 525dd68a..4dad5f39 100644
--- a/src/Propellor/Property/Libvirt.hs
+++ b/src/Propellor/Property/Libvirt.hs
@@ -30,7 +30,7 @@ newtype MiBMemory = MiBMemory Int
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