summaryrefslogtreecommitdiff
path: root/debian/patches/fix-libvirt.hs-haddock-build.patch
blob: d2cc77d1e7843d8ce284e9230916eae344a44bf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Sean Whitton <spwhitton@spwhitton.name>
Date: Sun, 20 Jan 2019 14:44:49 -0700
X-Dgit-Generated: 5.6.0-1 83a74baadcf7d0c4ff00423d8d40636b7ef816c7
Subject: fix Libvirt.hs haddock build

Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>

---

--- propellor-5.6.0.orig/src/Propellor/Property/Libvirt.hs
+++ propellor-5.6.0/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