packages feed

hdaemonize-0.4.2: hdaemonize.cabal

Name:		hdaemonize
Version:	0.4.2
Cabal-Version:  >= 1.6
License:	BSD3
License-file:   LICENSE
Author:         Anton Tayanovskyy, Fred Ross
Maintainer:     Fred Ross <madhadron at gmail dot com>
Homepage:       http://github.com/madhadron/hdaemonize
Category:	System
Synopsis:       Library to handle the details of writing daemons for UNIX
Description:	Provides two functions that help writing better UNIX daemons,
		daemonize and serviced: daemonize does what a daemon should do
		(forking and closing descriptors), while serviced does that and 
		more (syslog interface, PID file writing, start-stop-restart 
		command line handling, dropping privileges).
Build-Type:	Simple
Extra-Source-Files:	README

Library
  Build-Depends:	base >= 4 && < 5, unix, haskell98, hsyslog, extensible-exceptions, filepath, mtl
  Exposed-modules:      System.Posix.Daemonize
  Ghc-Options:          -Wall -fno-warn-unused-do-bind -fno-warn-type-defaults -fno-warn-name-shadowing