Skip to content

Instantly share code, notes, and snippets.

@eccstartup
Created February 2, 2015 07:23
Show Gist options
  • Save eccstartup/26af77aeca6798b47105 to your computer and use it in GitHub Desktop.
Save eccstartup/26af77aeca6798b47105 to your computer and use it in GitHub Desktop.
eccstartup@Lus-MacBook-Air:~$ brew install ghc
Warning: ghc-7.8.4 already installed
eccstartup@Lus-MacBook-Air:~$ brew install ghc --devel
Error: ghc-7.8.4 already installed
To install this version, first `brew unlink ghc'
eccstartup@Lus-MacBook-Air:~$ brew unlink ghc
Unlinking /usr/local/Cellar/ghc/7.8.4... 17 symlinks removed
eccstartup@Lus-MacBook-Air:~$ brew install ghc --devel
==> Downloading https://downloads.haskell.org/~ghc/7.10.1-rc2/ghc-7.10.0.20150123-src.tar.xz
Already downloaded: /Users/eccstartup/Library/Caches/Homebrew/ghc-7.10.1-rc2.tar.xz
==> Downloading https://downloads.haskell.org/~ghc/7.8.3/ghc-7.8.3-x86_64-apple-darwin.tar.xz
curl: (60) SSL certificate problem: Invalid certificate chain
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
Error: Failed to download resource "ghc--binary"
Download failed: https://downloads.haskell.org/~ghc/7.8.3/ghc-7.8.3-x86_64-apple-darwin.tar.xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment