Created
September 23, 2018 18:03
-
-
Save alanz/13df7cbe3bb5c13fc77a3e6871847242 to your computer and use it in GitHub Desktop.
Show recent changes to the local hackage index file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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