propellor spin

This commit is contained in:
Joey Hess 2015-04-29 14:28:09 -04:00
parent 681e4dbbcb
commit 15ab46fd52
Failed to extract signature
1 changed files with 2 additions and 1 deletions

View File

@ -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