Haskell FFI bindings for Augeas

I’ve published my first Haskell project on hackage.  Augeas, is a FFI binding for the Augeas API. I wrote it mainly to learn about Haskell’s FFI, and to keep busy while I was between jobs.  Also the API was small enough that it was a managable project.
Chapter 17 of Real World Haskell was very helpful [...]