From 8621fa6e9983a39c07a9677eac324ebcee79b549 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 23:55:59 -0400 Subject: more prep for hackage --- Propellor/Property/Network.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Propellor/Property/Network.hs') diff --git a/Propellor/Property/Network.hs b/Propellor/Property/Network.hs index 704455b0..cbef8baa 100644 --- a/Propellor/Property/Network.hs +++ b/Propellor/Property/Network.hs @@ -1,6 +1,6 @@ module Propellor.Property.Network where -import Propellor.Common +import Propellor import Propellor.Property.File interfaces :: FilePath @@ -24,4 +24,4 @@ ipv6to4 = fileProperty "ipv6to4" go interfaces ] ifUp :: String -> Property -ifUp iface = cmdProperty "ifup" [Param iface] +ifUp iface = cmdProperty "ifup" [iface] -- cgit v1.2.3