summaryrefslogtreecommitdiff
path: root/src/Propellor/Bootstrap.hs
diff options
context:
space:
mode:
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 746cf54e..d772d7c7 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -201,6 +201,7 @@ depsCommand bs msys = "( " ++ intercalate " ; " (go bs) ++ ") || true"
, "haskell-stm"
, "haskell-text"
, "haskell-hashable"
+ , "haskell-type-errors"
]
archlinuxdeps Stack =
[ "gnupg"