systemd-2.4.0: systemd.cabal
-- Initial systemd.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: systemd
version: 2.4.0
synopsis: Systemd facilities (Socket activation, Notify)
description: A module for Systemd facilities.
homepage: https://github.com/erebe/systemd
license: BSD3
license-file: LICENSE
author: Erèbe
maintainer: romain.gerard@erebe.eu
category: System
build-type: Simple
extra-source-files: README.md
stability: stable
cabal-version: 2.0
source-repository head
type: git
location: https://github.com/erebe/systemd
library
ghc-options: -Wall
exposed-modules: System.Systemd.Daemon
, System.Systemd.Daemon.Fd
other-modules: System.Systemd.Internal
c-sources: System/Systemd/socket_info.c
build-depends: base == 4.* ,
unix >= 2.5,
transformers >= 0.3,
network >=3.1.0.0,
bytestring >= 0.10
default-language: Haskell2010
test-suite daemon-test
hs-source-dirs: test
type: exitcode-stdio-1.0
main-is: Main.hs
build-depends: base == 4.*,
network >=3.1.0.0,
unix >= 2.5,
systemd
default-language: Haskell2010