Commit f630366f70aa9ddffb7c3001c371fae6b0a0c004

Vicent Marti 2011-07-22T04:24:07

readme: Add hgit2 to the list of bindings

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/README.md b/README.md
index 8bf2a06..b5c76a6 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,7 @@ Here are the bindings to libgit2 that are currently available:
 * Geef (Erlang bindings) <https://github.com/schacon/geef>
 * libgit2net (.NET bindings, low level) <https://github.com/txdv/libgit2net>
 * parrot-libgit2 (Parrot Virtual Machine bindings) <https://github.com/letolabs/parrot-libgit2>
+* hgit2 (Haskell bindings) <https://github.com/norm2782/hgit2>
 
 If you start another language binding to libgit2, please let us know so
 we can add it to the list.