summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Libvirt.hs
diff options
context:
space:
mode:
authorSean Whitton2018-11-05 19:53:47 -0700
committerSean Whitton2018-11-05 19:53:47 -0700
commit22f044602fcdcfefec77153f4ccb47a77847c387 (patch)
tree0193c4663f7d684bb335d84cebed5cc7812b4044 /src/Propellor/Property/Libvirt.hs
parent1086f6aa3989fc6989eefa063f6fa884e16afa85 (diff)
libvirt: fix exporting type aliases
Diffstat (limited to 'src/Propellor/Property/Libvirt.hs')
-rw-r--r--src/Propellor/Property/Libvirt.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Libvirt.hs b/src/Propellor/Property/Libvirt.hs
index 85abe4e3..a1d44e9b 100644
--- a/src/Propellor/Property/Libvirt.hs
+++ b/src/Propellor/Property/Libvirt.hs
@@ -1,8 +1,8 @@
-- | Maintainer: Sean Whitton <spwhitton@spwhitton.name>
module Propellor.Property.Libvirt (
- NumVCPUs(..),
- MiBMemory(..),
+ NumVCPUs,
+ MiBMemory,
AutoStart(..),
DiskImageType(..),
installed,