missing export

This commit is contained in:
Arnaud Bailly 2014-10-30 22:34:44 +01:00 committed by Joey Hess
parent 63c92aa7fb
commit 4ce5e26ec8
1 changed files with 1 additions and 4 deletions

View File

@ -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