Skip to content

Instantly share code, notes, and snippets.

@tibbe
Created June 6, 2014 10:41
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 tibbe/bbdeb367682f5ea5810c to your computer and use it in GitHub Desktop.
Save tibbe/bbdeb367682f5ea5810c to your computer and use it in GitHub Desktop.
# One time setup for hacking on cabal-install
git clone https://github.com/haskell/cabal.git
cd cabal/cabal-install
cabal sandbox init
cabal sandbox add-source ../Cabal
cabal install --only-dep
# Iterate
cabal build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment