Skip to content

Instantly share code, notes, and snippets.

@alanz
Created September 23, 2018 18:03
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 alanz/13df7cbe3bb5c13fc77a3e6871847242 to your computer and use it in GitHub Desktop.
Save alanz/13df7cbe3bb5c13fc77a3e6871847242 to your computer and use it in GitHub Desktop.
Show recent changes to the local hackage index file
#!/bin/sh
# Show last 20 changes to the hackage repo
tar tvf ~/.cabal/packages/hackage.haskell.org/01-index.tar | tail -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment