summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergei Trofimovich2019-01-20 11:04:11 +0000
committerJoey Hess2019-01-20 13:29:56 -0400
commit278ca887cc734ea60af429d545a6da446a0cc6aa (patch)
tree838ce3610410a11051481a0c04797c5a713e1f43 /src
parent53d77cb278182c6def49f84e515de01cb36a98e6 (diff)
propellor: fix haddock markup in Propellor.Property.Libvirt
'cabal haddock' fails as: src/Propellor/Property/Libvirt.hs:35:1: error: parse error (possibly incorrect indentation or mismatched brackets) Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'src')
-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..4bcebc45 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 -- ^ QCow2
-- | Install basic libvirt components
installed :: Property DebianLike