diff options
| author | gueux <gueux@web> | 2015-09-08 15:57:18 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2015-09-08 15:57:18 +0000 |
| commit | 86087f65b815b4f1d80165b13721cb8e567efdad (patch) | |
| tree | 8f7ed7a4c9f085b12e84b7ab553c837faa40b5c9 | |
| parent | b38cedc0a81085dd5e4267866d1f460054d9c50d (diff) | |
| -rw-r--r-- | doc/forum/Why_downloading_package_list_from_hackage.haskell.org__63__.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Why_downloading_package_list_from_hackage.haskell.org__63__.mdwn b/doc/forum/Why_downloading_package_list_from_hackage.haskell.org__63__.mdwn new file mode 100644 index 00000000..1ff79c55 --- /dev/null +++ b/doc/forum/Why_downloading_package_list_from_hackage.haskell.org__63__.mdwn @@ -0,0 +1,13 @@ +When running + + propellor --spin newhost + +I get (after installing gnupg, ghc, libghc-*, make) + + .... + Downloading the latest package list from hackage.haskell.org + Killed + Killed + Killed + +maybe there is not enough memory, or propellor has a kind of timeout somewhere (newhost is a slow arm router), but I don't understand why propellor (cabal) needs this package list. |
