# HG changeset patch # User kyberneticist@gmail.com # Date 1369170495 0 # Node ID a6b9ac3e56ec20ebb9310b1b0d5d50f5ae2e1c76 # Parent 74fb197dc5d3079ac2ac0b96fbf2d549d4bc1bbe Added dependency on random diff -r 74fb197dc5d3 -r a6b9ac3e56ec BuildingOnLinux.wiki --- a/BuildingOnLinux.wiki Fri Apr 26 10:31:22 2013 +0000 +++ b/BuildingOnLinux.wiki Tue May 21 21:08:15 2013 +0000 @@ -20,7 +20,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 +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 }}} = Building process =