summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-05-09 17:19:24 +0100
committerRichard Jones <rjones@redhat.com>2009-05-10 13:52:49 +0100
commitd43dac69483e8ec62e8356d93f761684ce2f5cc8 (patch)
treebb6294be55cc29b0b4f6cf8b9f7280d5c2225ec0 /README
parentf0a5cd69f92f734b94e2361a939e4a1eb01dad9c (diff)
downloadlibguestfs-d43dac69483e8ec62e8356d93f761684ce2f5cc8.tar.gz
libguestfs-d43dac69483e8ec62e8356d93f761684ce2f5cc8.tar.xz
libguestfs-d43dac69483e8ec62e8356d93f761684ce2f5cc8.zip
Partial Haskell bindings.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 9efcb9ba..abf058e7 100644
--- a/README
+++ b/README
@@ -16,8 +16,8 @@ LVs, what filesystem is in each LV, etc.). It can also run commands
in the context of the guest. Also you can access filesystems over FTP.
Libguestfs is a library that can be linked with C and C++ management
-programs (or management programs written in OCaml, Perl, Python, Ruby or Java).
-You can also use it from shell scripts or the command line.
+programs (or management programs written in OCaml, Perl, Python, Ruby, Java
+or Haskell). You can also use it from shell scripts or the command line.
Libguestfs was written by Richard W.M. Jones (rjones@redhat.com).
For discussion please use the fedora-virt mailing list:
@@ -56,6 +56,8 @@ also to build the OCaml bindings
- (Optional) Java, JNI, jpackage-utils if you want to build the java
bindings
+- (Optional) GHC if you want to build the Haskell bindings
+
Running ./configure will check you have all the requirements installed
on your machine.