Skip to content

Instantly share code, notes, and snippets.

@markryall
Created November 14, 2010 01:31
Show Gist options
  • Save markryall/675815 to your computer and use it in GitHub Desktop.
Save markryall/675815 to your computer and use it in GitHub Desktop.
my attempt to install atomo on snow leopard with brew, ghc, cabal
> brew install ghc
Formula already installed: /usr/local/Cellar/ghc/6.12.3
> wget http://hackage.haskell.org/packages/archive/cabal-install/0.8.2/cabal-install-0.8.2.tar.gz
> tar zxvf cabal-install-0.8.2.tar.gz
> cd cabal-install-0.8.2
> sh bootstrap.sh
> export PATH=~/.cabal/bin:$PATH
> cabal install atomo
Resolving dependencies...
cabal: cannot configure hint-0.3.3.1. It requires ghc >6.6
There is no available version of ghc that satisfies >6.6
> huh?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment