Skip to content

Instantly share code, notes, and snippets.

@nevinng
nevinng / gist:3148378
Created July 20, 2012 02:54
brew config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by haskell-platform configure 2012.2.0.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/haskell-platform/2012.2.0.0 --enable-unsupported-ghc-version
## --------- ##
## Platform. ##
@nevinng
nevinng / gist:3148370
Created July 20, 2012 02:52
brew doctor
% brew doctor ~
Error: X11 is not installed.
You don't have X11 installed as part of your OS X installation.
This is not required for all formulae, but is expected by some.
You can download the latest version of XQuartz from:
https://xquartz.macosforge.org
[1] %
@nevinng
nevinng / gist:3148367
Created July 20, 2012 02:51
brew --config
[1] % brew --config ~
HOMEBREW_VERSION: 0.9.2
HEAD: 9ed848f061d4a83bb1d80032c5f3a8f4bf83d8f6
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit nehalem
OS X: 10.8-x86_64
Xcode: 4.4
CLT: 4.4.0.0.1.1249367152
GCC-4.0: N/A
@nevinng
nevinng / gist:3148366
Created July 20, 2012 02:50
brew install --use-llvm -v haskell-platform
(master)⚡ [1] % brew install --use-llvm -v haskell-platform /usr/local
==> Downloading http://lambda.haskell.org/platform/download/2012.2.0.0/haskell-platform-2012.2.0.0.tar.gz
Already downloaded: /Library/Caches/Homebrew/haskell-platform-2012.2.0.0.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/haskell-platform-2012.2.0.0.tar.gz
==> ./configure --prefix=/usr/local/Cellar/haskell-platform/2012.2.0.0 --enable-unsupported-ghc-version
./configure --prefix=/usr/local/Cellar/haskell-platform/2012.2.0.0 --enable-unsupported-ghc-version
**************************************************
*
* Haskell Platform Source Installer
*
@nevinng
nevinng / test-snap.cabal
Created October 18, 2011 08:20
trying snap with ghc 7.2.1
Name: test-snap
Version: 0.1
Synopsis: Project Synopsis Here
Description: Project Description Here
License: AllRightsReserved
Author: Author
Maintainer: maintainer@example.com
Stability: Experimental
Category: Web
Build-type: Simple