missing export
This commit is contained in:
parent
63c92aa7fb
commit
4ce5e26ec8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue