Haskell library to manipulate a git repo Haskell library to manipulate a git repo git git

Haskell library to manipulate a git repo


There are many good libraries for interacting with Git available on Hackage:

You should be able to get started with these packages.


Better than hlibgit2 is gitlib, which is a high-level set of type wrappers around the functionality of hlibgit2, designed for laziness, performance, and to suit a Haskell mindset.