libghc-hit-dev

Git operations in haskell
  http://github.com/vincenthz/hit
  0
  no reviews



A haskell implementation of git storage operations, allowing users to manipulate git repositories (read and write).

this implementation is fully interoperable with the main c implementation.

this is strictly only manipulating the git store (what's inside the .git directory), and doesn't do anything with the index or your working directory files.

this package provides a library for the haskell programming language. see http://www.haskell.org/ for more information on haskell.