summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Dns.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-04 14:05:42 -0400
committerJoey Hess2015-01-04 14:05:42 -0400
commitf36443755e9c151d7d93b172fb2260b007ec483f (patch)
tree0e0427fef1c6f5edacf6366f5de74f09c32e62c1 /src/Propellor/Types/Dns.hs
parent8c1006c6542082691fce24c701d0a1ffd6ec0452 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Types/Dns.hs')
-rw-r--r--src/Propellor/Types/Dns.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Types/Dns.hs b/src/Propellor/Types/Dns.hs
index 2fbf51e5..5e9666d8 100644
--- a/src/Propellor/Types/Dns.hs
+++ b/src/Propellor/Types/Dns.hs
@@ -62,7 +62,6 @@ data Record
| NS BindDomain
| TXT String
| SRV Word16 Word16 Word16 BindDomain
- | INCLUDE FilePath
deriving (Read, Show, Eq, Ord)
getIPAddr :: Record -> Maybe IPAddr