summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/ConfigurableValue.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types/ConfigurableValue.hs')
-rw-r--r--src/Propellor/Types/ConfigurableValue.hs1
1 files changed, 1 insertions, 0 deletions
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