From a447ac06b17beb444c922136c0124c1781f3f63a Mon Sep 17 00:00:00 2001 From: FĂ©lix Sipma Date: Mon, 8 Feb 2016 11:33:48 +0100 Subject: Firewall: export fromIPWithMask (cherry picked from commit 57f7d81f1124fa5c56a593b9d5de6448155a938e) --- src/Propellor/Property/Firewall.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Propellor/Property') 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 -- cgit v1.2.3