# HG changeset patch
# User vittorio.giovara@gmail.com
# Date 1296634403 0
# Node ID 460d92a9be101aadaeb61a5cf63bdf6ea08eebfa
# Parent  315a93b441d43beb2766a2b39c8d88831405ab16
utf8-string dependency was missing

diff -r 315a93b441d4 -r 460d92a9be10 BuildingOnMac.wiki
--- a/BuildingOnMac.wiki	Mon Jan 31 21:06:00 2011 +0000
+++ b/BuildingOnMac.wiki	Wed Feb 02 08:13:23 2011 +0000
@@ -31,7 +31,7 @@
   * download the Haskell Platform and install both the GHC and Haskell Platform - http://lambda.galois.com/hp-tmp/2010.2.0.0/haskell-platform-2010.2.0.0.i386.dmg
   * run `cabal update` to get an updated list of available libraries and install the necessary dependencies with
 {{{
-sudo cabal install dataenc hslogger network-bytestring
+sudo cabal install dataenc hslogger network-bytestring utf8-string
 }}}
   * then in the following cmake comand, remember to add `-DWITH_SERVER=1` or `-DBUNDLE`