packages feed

daemonize-doublefork-0.1.0: daemonize-doublefork.cabal

Name:           daemonize-doublefork
Version:        0.1.0
Cabal-Version:  >= 1.6
License:        GPL-3
License-File:   LICENSE
Stability:      experimental
Author:         Alexandru Scvortov <scvalex@gmail.com>
Maintainer:     scvalex@gmail.com
Homepage:       https://github.com/scvalex/daemonize-doublefork
Category:       Web
Synopsis:       Start background daemons by double-forking
Build-type:     Simple
Description:
        Start background daemons by double-forking.
        .
        See "System.Posix.Daemon" for documentation.

Extra-source-files:     Makefile

Data-files:             README.md

Source-repository head
  Type:                 git
  Location:             git://github.com/scvalex/daemonize-doublefork.git

Library
  Build-Depends:        base >= 4 && <5, unix, directory
  Exposed-modules:      System.Posix.Daemon
  Ghc-options:          -Wall