new server dependencies
authorkyberneticist@gmail.com
Tue, 28 Jan 2014 04:38:22 +0000
changeset 387 1fc2f41b3f88
parent 386 ee032706a62c
child 388 96142cbf91f4
new server dependencies
BuildingOnLinux.wiki
--- a/BuildingOnLinux.wiki	Thu Jan 23 22:12:15 2014 +0000
+++ b/BuildingOnLinux.wiki	Tue Jan 28 04:38:22 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 libghc-zlib-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 libghc-sha-dev libghc-entropy-dev
 }}}
 
 = Building process =