name: daemon version: 0.1.0.0 synopsis: Simple library for spawning a daemon process & redirect STD IO description: TODO: Longer description license: MIT license-file: LICENSE author: Nathaniel Symer maintainer: nate@symer.io category: System build-type: Simple cabal-version: >=1.10 source-repository head type: git location: http://github.com/fhsjaagshs/daemon library exposed-modules: System.Posix.Daemon System.Posix.Daemon.IORedirection hs-source-dirs: src default-language: Haskell2010 build-depends: base >=4.8 && <4.9, unix, process