From 278ca887cc734ea60af429d545a6da446a0cc6aa Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 20 Jan 2019 11:04:11 +0000 Subject: 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 --- src/Propellor/Property/Libvirt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3