summaryrefslogtreecommitdiff
path: root/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-18 21:58:23 -0400
committerJoey Hess2014-04-18 21:58:23 -0400
commit395d3f206af48dcac5980fc70f7189a77e43fcc8 (patch)
tree323ed0a78334761a273ed01fdfafae49088002b6 /Propellor/Types.hs
parentc8a3653775892bd361091885c63113b6ca36ed5a (diff)
Dns.primary wrote, not quite ready
Diffstat (limited to 'Propellor/Types.hs')
-rw-r--r--Propellor/Types.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs
index ad822a8b..0e412e82 100644
--- a/Propellor/Types.hs
+++ b/Propellor/Types.hs
@@ -21,6 +21,7 @@ module Propellor.Types
, GpgKeyId
, SshKeyType(..)
, module Propellor.Types.OS
+ , module Propellor.Types.Dns
) where
import Data.Monoid
@@ -31,6 +32,7 @@ import "MonadCatchIO-transformers" Control.Monad.CatchIO
import Propellor.Types.Attr
import Propellor.Types.OS
+import Propellor.Types.Dns
data Host = Host [Property] SetAttr