summaryrefslogtreecommitdiff
path: root/src/Propellor/Bootstrap.hs
diff options
context:
space:
mode:
authorJoey Hess2015-04-29 14:28:09 -0400
committerJoey Hess2015-04-29 14:28:09 -0400
commit15ab46fd528b6fe697910e9ff616f5fa7f7d2c84 (patch)
tree4cf8040d08c14a2619f9d39db5b57d2f6efb421e /src/Propellor/Bootstrap.hs
parent681e4dbbcb880e8e2526519fc58d4f2994a41577 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
-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