missing export
This commit is contained in:
parent
63c92aa7fb
commit
4ce5e26ec8
|
@ -2,10 +2,7 @@
|
||||||
module Propellor.Property.Firewall(
|
module Propellor.Property.Firewall(
|
||||||
rule,
|
rule,
|
||||||
installed,
|
installed,
|
||||||
Chain(..),
|
Chain(..),Target(..),Proto(..),Rules(..),ConnectionState(..)) where
|
||||||
Target(..),
|
|
||||||
Proto(..),
|
|
||||||
Rules(..)) where
|
|
||||||
|
|
||||||
import Data.Monoid
|
import Data.Monoid
|
||||||
import Data.Char
|
import Data.Char
|
||||||
|
|
Loading…
Reference in New Issue