Skip to content

Instantly share code, notes, and snippets.

@edwardw
Created June 25, 2011 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edwardw/1046499 to your computer and use it in GitHub Desktop.
Save edwardw/1046499 to your computer and use it in GitHub Desktop.
Recipe to install System.Console.Readline hackage on Snow Leopard

Following works for me:

$ brew install readline
$ cabal install readline --configure-option=--with-readline-includes=/usr/local/Cellar/readline/6.2.1/include --configure-option=--with-readline-libraries=/usr/local/Cellar/readline/6.2.1/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment