I am writing an application in Haskell that will have to perform basic operations on Git repositories (add, log, push, pull, fetch, diff etc.)
What are my options here (are there any apart from invoking shell commands from Haskell)? I could not find any good leads on Hackage.