Skip to content
Snippets Groups Projects
Commit a62dc614 authored by Vincent Hanquez's avatar Vincent Hanquez
Browse files

Merge branch 'master' of github.com:vincenthz/hs-git

parents e5cac602 3a87339a
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@ Version: 0.1
Synopsis: Git operations in haskell
Description:
.
An haskell implementation of git storage operations, allowing users
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 stricly only manipulating the git store (what's inside the .git directory),
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.
.
License: BSD3
......@@ -19,7 +19,7 @@ Maintainer: Vincent Hanquez <vincent@snarc.org>
Category: Development
Stability: experimental
Build-Type: Simple
Homepage: https://github.com/vincenthz/hit
Homepage: https://github.com/vincenthz/hs-git
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
Cabal-Version: >=1.8
data-files: README.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment