diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-29 14:28:09 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-29 14:28:09 -0400 |
| commit | 15ab46fd528b6fe697910e9ff616f5fa7f7d2c84 (patch) | |
| tree | 4cf8040d08c14a2619f9d39db5b57d2f6efb421e /src/Propellor | |
| parent | 681e4dbbcb880e8e2526519fc58d4f2994a41577 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Bootstrap.hs | 3 |
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 |
