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.
This commit is contained in:
parent
efe3eb7117
commit
bdf25cca73
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ the app for OSX Lion.
|
|||
|
||||
<pre>
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue