From 6387e7db95a584ce426e22c2112e781ed2d4e14c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Jul 2018 14:03:35 -0400 Subject: remove build-time warning for docker Propellor.Cmdline imports it, which made propellor compilation warn. --- src/Propellor/Property/Docker.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Propellor/Property/Docker.hs') diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs index 522aecd9..6aeec5fa 100644 --- a/src/Propellor/Property/Docker.hs +++ b/src/Propellor/Property/Docker.hs @@ -7,8 +7,7 @@ -- The existance of a docker container is just another Property of a system, -- which propellor can set up. See config.hs for an example. -module Propellor.Property.Docker - {-# WARNING "This module does not have a maintainer. It might not work right anymore. If you use it, please consider becoming its maintainer." #-} ( +module Propellor.Property.Docker ( -- * Host properties installed, configured, -- cgit v1.2.3