summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Firewall.hs
diff options
context:
space:
mode:
authorArnaud Bailly2014-10-30 22:34:44 +0100
committerJoey Hess2014-10-31 10:15:14 -0400
commit4ce5e26ec87061b76c77857b81012d404eb5b35a (patch)
tree4b0fc6e1fc60493f99603807d1c3232236aaaea6 /src/Propellor/Property/Firewall.hs
parent63c92aa7fb2de41b6f0e56bfdd7c6aef61bcbeda (diff)
missing export
Diffstat (limited to 'src/Propellor/Property/Firewall.hs')
-rw-r--r--src/Propellor/Property/Firewall.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Propellor/Property/Firewall.hs b/src/Propellor/Property/Firewall.hs
index 55bd4e89..b598865f 100644
--- a/src/Propellor/Property/Firewall.hs
+++ b/src/Propellor/Property/Firewall.hs
@@ -2,10 +2,7 @@
module Propellor.Property.Firewall(
rule,
installed,
- Chain(..),
- Target(..),
- Proto(..),
- Rules(..)) where
+ Chain(..),Target(..),Proto(..),Rules(..),ConnectionState(..)) where
import Data.Monoid
import Data.Char