-- Initial socket-activation.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: socket-activation version: 0.1.0.0 synopsis: systemd socket activation library description: a module for systemd socket activation. See and for more details. homepage: https://github.com/sakana/haskell-socket-activation license: BSD3 license-file: LICENSE author: David Fisher maintainer: ddf1991@gmail.com -- copyright: category: Network build-type: Simple cabal-version: >=1.8 source-repository head type: git location: https://github.com/sakana/haskell-socket-activation library exposed-modules: Network.Socket.Activation c-sources: Network/Socket/socket_info.c -- other-modules: build-depends: base ==4.5.*, network ==2.3.*, unix ==2.5.*, transformers ==0.3.*