Skip to content

Instantly share code, notes, and snippets.

@cmoore
Created November 3, 2009 16:50
Show Gist options
  • Select an option

  • Save cmoore/225215 to your computer and use it in GitHub Desktop.

Select an option

Save cmoore/225215 to your computer and use it in GitHub Desktop.
for f in `cabal list | grep \* | cut -f 2 -d \ `; do cabal fetch $f; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment