summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Firewall.hs
diff options
context:
space:
mode:
authorFĂ©lix Sipma2016-02-08 11:33:48 +0100
committerJoey Hess2016-02-25 17:20:08 -0400
commita447ac06b17beb444c922136c0124c1781f3f63a (patch)
treee731fdcb8d00ce280b48476203e1d110946eb922 /src/Propellor/Property/Firewall.hs
parenta0e901dfc39bd465fe1d64a3a895b79341263264 (diff)
Firewall: export fromIPWithMask
(cherry picked from commit 57f7d81f1124fa5c56a593b9d5de6448155a938e)
Diffstat (limited to 'src/Propellor/Property/Firewall.hs')
-rw-r--r--src/Propellor/Property/Firewall.hs3
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