summaryrefslogtreecommitdiff
path: root/src/Propellor/Bootstrap.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-29 00:38:53 -0400
committerJoey Hess2015-10-29 00:46:49 -0400
commit39fa051833de3178639974fa4fc7c803c5918f0e (patch)
tree3e3dcae0886adb1c851bdfdbc1a1d5ee99cb26e2 /src/Propellor/Bootstrap.hs
parentceee9305dce89a9529b316db6d6a5eabe1ad8adb (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/Bootstrap.hs')
-rw-r--r--src/Propellor/Bootstrap.hs1
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"
]