diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Firewall.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/Firewall.hs b/src/Propellor/Property/Firewall.hs index 4498b82d..d7a2d9bc 100644 --- a/src/Propellor/Property/Firewall.hs +++ b/src/Propellor/Property/Firewall.hs @@ -15,7 +15,8 @@ module Propellor.Property.Firewall ( Proto(..), Rules(..), ConnectionState(..), - IPWithMask(..) + IPWithMask(..), + fromIPWithMask ) where import Data.Monoid |
