diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-29 00:38:53 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-29 00:46:49 -0400 |
| commit | 39fa051833de3178639974fa4fc7c803c5918f0e (patch) | |
| tree | 3e3dcae0886adb1c851bdfdbc1a1d5ee99cb26e2 /src/Propellor | |
| parent | ceee9305dce89a9529b316db6d6a5eabe1ad8adb (diff) | |
generalize what can be output
This adds a dependency on Text, but I don't mind propellor depending on it
and am somewhat surprised it doesn't already.
Using Text also lets this use encodeUtf8 instead of the nasty hack it was
using to go from String -> ByteString.
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Bootstrap.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs index 2318b910..21772b34 100644 --- a/src/Propellor/Bootstrap.hs +++ b/src/Propellor/Bootstrap.hs @@ -82,6 +82,7 @@ depsCommand = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall]) ++ " , "libghc-transformers-dev" , "libghc-exceptions-dev" , "libghc-stm-dev" + , "libghc-text-dev" , "make" ] |
