From b419da71544bf6dd06e00b27d839341efcd5b05a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 May 2014 16:26:21 -0400 Subject: no need for existentials anymore --- src/Propellor/Types.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs index 22df9ddb..8a4bd3dd 100644 --- a/src/Propellor/Types.hs +++ b/src/Propellor/Types.hs @@ -1,6 +1,5 @@ {-# LANGUAGE PackageImports #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} -{-# LANGUAGE ExistentialQuantification #-} module Propellor.Types ( Host(..) @@ -35,6 +34,8 @@ import Propellor.Types.Attr import Propellor.Types.OS import Propellor.Types.Dns +-- | Everything Propellor knows about a system: Its properties and +-- attributes. data Host = Host [Property] SetAttr -- | Propellor's monad provides read-only access to attributes of the -- cgit v1.2.3