summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Propellor/Bootstrap.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs
index a07347ed..3c28edf0 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -77,7 +77,8 @@ depsCommand = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall]) ++ "
, "libghc-network-dev"
, "libghc-quickcheck2-dev"
, "libghc-mtl-dev"
- , "libghc-monadcatchio-transformers-dev"
+ , "libghc-transformers-dev"
+ , "libghc-exceptions-dev"
]
installGitCommand :: ShellCommand