From 9768434f5fa2f2ed0bbb0212763a76471186a3cd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 25 Mar 2016 14:24:09 -0400 Subject: finished porting Property.User --- src/Propellor/Base.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Propellor/Base.hs') diff --git a/src/Propellor/Base.hs b/src/Propellor/Base.hs index 4afad2ab..2a0f5cbc 100644 --- a/src/Propellor/Base.hs +++ b/src/Propellor/Base.hs @@ -7,12 +7,12 @@ module Propellor.Base ( module Propellor.Types , module Propellor.Property , module Propellor.Property.Cmd - --, module Propellor.Property.List + , module Propellor.Property.List , module Propellor.Types.PrivData , module Propellor.PropAccum , module Propellor.Info , module Propellor.PrivData - --, module Propellor.Engine + , module Propellor.Engine , module Propellor.Exception , module Propellor.Message , module Propellor.Debug @@ -34,8 +34,8 @@ module Propellor.Base ( import Propellor.Types import Propellor.Property ---import Propellor.Engine ---import Propellor.Property.List +import Propellor.Engine +import Propellor.Property.List import Propellor.Property.Cmd import Propellor.PrivData import Propellor.Types.PrivData -- cgit v1.3-2-g0d8e