diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-02-26 16:54:55 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-02-26 16:54:55 -0400 |
| commit | f6fe6cef2563467c97910f1b51e79442bfbcc362 (patch) | |
| tree | a97ad3d24d20b0d35180eadd0b63f3f4a39773e8 /src | |
| parent | aa225472fb586486b5839e5362a555a476e9a45d (diff) | |
note
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Types/ConfigurableValue.hs | 1 |
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 |
