Haskell codebase historian dojo
We're writing some sort of git log processor to do some historical analysis of our codebase. To get going:
terminal$...
sudo apt-get install ghc cabal-install # or however your platform does it
cabal update && cabal install split
ghci
ghci>...
:l historian.hs
run "path/to/repo" -- run historian over commit log (default: echo)
-- finally, edit historian.hs... :l... run... repeat