# HG changeset patch # User kyberneticist@gmail.com # Date 1390515135 0 # Node ID ee032706a62c5411b1634bc7dd386ef2c3ecf442 # Parent 6f4ad8faeaff9e7f256e726bc0fc456f3c3cfd78 add new server dep diff -r 6f4ad8faeaff -r ee032706a62c BuildingOnLinux.wiki --- a/BuildingOnLinux.wiki Thu Jan 23 16:57:28 2014 +0000 +++ b/BuildingOnLinux.wiki Thu Jan 23 22:12:15 2014 +0000 @@ -21,7 +21,7 @@ }}} If you want to try building the server as well (requires at least libghc base 4.3 now) try these too: {{{ -sudo apt-get install ghc libghc-binary-dev libghc-bytestring-show-dev libghc-dataenc-dev libghc-deepseq-dev libghc-hslogger-dev libghc-mtl-dev libghc-network-dev libghc-parsec3-dev libghc-utf8-string-dev libghc-vector-dev libghc-random-dev +sudo apt-get install ghc libghc-binary-dev libghc-bytestring-show-dev libghc-dataenc-dev libghc-deepseq-dev libghc-hslogger-dev libghc-mtl-dev libghc-network-dev libghc-parsec3-dev libghc-utf8-string-dev libghc-vector-dev libghc-random-dev libghc-zlib-dev }}} = Building process =