# Haskell FUSE API Filesystem in Userspace ("FUSE") makes it possible to implement a filesystem as a userspace program. This library is the Haskell binding to this library. ## Information - Programs using HFuse should be compiled with -threaded. - This now works for base 4.6+ - Added build options support for FreeBSD (contribution by https://github.com/pesco) Added support for MacFUSE. Tested HelloFS and BindFS with: * OSX 10.4.11 on a PPC G4 mac * GHC 6.8.3 * MacFUSE 10.4-1.7.0