summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Firewall.hs
diff options
context:
space:
mode:
authorJoey Hess2018-11-11 16:39:00 -0400
committerJoey Hess2018-11-11 16:39:00 -0400
commit428cc2bd902dd7634a1744964c0aa56530a8ea19 (patch)
tree42fbf48facff973812f68b56c3659d137a805762 /src/Propellor/Property/Firewall.hs
parent758dda34fe7757882f4cd4151a416bc7b38bf524 (diff)
fix unused import warning
Propellor.Base re-exports Data.Monoid.
Diffstat (limited to 'src/Propellor/Property/Firewall.hs')
-rw-r--r--src/Propellor/Property/Firewall.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/Firewall.hs b/src/Propellor/Property/Firewall.hs
index 7b62558d..37063dba 100644
--- a/src/Propellor/Property/Firewall.hs
+++ b/src/Propellor/Property/Firewall.hs
@@ -17,7 +17,6 @@ module Propellor.Property.Firewall (
IPWithMask(..),
) where
-import Data.Monoid
import qualified Data.Semigroup as Sem
import Data.Char
import Data.List