From f6fe6cef2563467c97910f1b51e79442bfbcc362 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 26 Feb 2017 16:54:55 -0400 Subject: note --- src/Propellor/Types/ConfigurableValue.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Types') diff --git a/src/Propellor/Types/ConfigurableValue.hs b/src/Propellor/Types/ConfigurableValue.hs index 6235bee9..1414be5f 100644 --- a/src/Propellor/Types/ConfigurableValue.hs +++ b/src/Propellor/Types/ConfigurableValue.hs @@ -18,6 +18,7 @@ import Data.Word class ConfigurableValue t where val :: t -> String +-- | val String does not do any quoting, unlike show String instance ConfigurableValue String where val = id -- cgit v1.2.3