diff options
| author | Arnaud Bailly <arnaud.oqube@gmail.com> | 2014-10-30 22:34:44 +0100 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-31 10:15:14 -0400 |
| commit | 4ce5e26ec87061b76c77857b81012d404eb5b35a (patch) | |
| tree | 4b0fc6e1fc60493f99603807d1c3232236aaaea6 /src/Propellor | |
| parent | 63c92aa7fb2de41b6f0e56bfdd7c6aef61bcbeda (diff) | |
missing export
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Property/Firewall.hs | 5 |
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 |
