Readme for hsyslog-1.3

syslog(3) for Haskell_ ====================== :Latest Release: hsyslog-1.3.tar.gz_ :GIT Repository: git_ clone http://git.cryp.to/hsyslog Synopsis -------- This modules provides FFI bindings to ``syslog(3)``. The bindings are somewhat incomplete, i.e. there is no way to set log-masks. Patches are welcome. Process the file with ``hsc2hs`` to obtain a usable Haskell module. Documentation ------------- `Reference Documentation`_ Haddock-generated reference of all exported functions. Copyleft -------- Copyright (c) 2008 Peter Simons <simons@cryp.to>. All rights reserved. This software is released under `BSD-style license <LICENSE>`_. ----------------------------------------------------------------- `[Homepage] <http://cryp.to/>`_ .. _Haskell: http://haskell.org/ .. _git: http://git.or.cz/ .. _hsyslog-1.3.tar.gz: http://cryp.to/hsyslog/hsyslog-1.3.tar.gz .. _Reference Documentation: docs/index.html