From bdf25cca73fa6ce8d96926f31856a33305bd051e Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnciSG85yZ5DAysBxcN0poQE-tSaajVKE8" Date: Sat, 14 Dec 2013 17:59:50 +0000 Subject: [PATCH] Changed to the brew script: libgsasl has been removed in favor of gsasl, also libgsasl was listed twice. See https://github.com/Homebrew/homebrew/pull/16428 for more info. --- doc/install/OSX.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index 1671476ae2..784e42c836 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -34,7 +34,7 @@ the app for OSX Lion.
 brew update
-brew install haskell-platform git ossp-uuid md5sha1sum coreutils libgsasl gnutls libidn libgsasl pkg-config libxml2
+brew install haskell-platform git ossp-uuid md5sha1sum coreutils gnutls libidn gsasl pkg-config libxml2
 brew link libxml2 --force
 cabal update
 mkdir $HOME/bin