summaryrefslogtreecommitdiff
path: root/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-18 17:19:28 -0400
committerJoey Hess2014-04-18 17:19:28 -0400
commit39d697ca789c04da07bb14cc7476899e717d9413 (patch)
tree9e2c45e9f66e9a7d7e419cb6c38e37e1a9ebdd88 /Propellor/Types.hs
parent2b9ee5b29b03a4a18fb43dafab38d6d185c653e0 (diff)
add dns records to Attr
Diffstat (limited to 'Propellor/Types.hs')
-rw-r--r--Propellor/Types.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs
index 42401d12..ad822a8b 100644
--- a/Propellor/Types.hs
+++ b/Propellor/Types.hs
@@ -5,7 +5,6 @@
module Propellor.Types
( Host(..)
, Attr
- , HostName
, Propellor(..)
, Property(..)
, RevertableProperty(..)