-- 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.2
x-revision: 1
synopsis:            systemd socket activation library
description:         a module for systemd socket activation.  See
                      <http://0pointer.de/blog/projects/socket-activation.html> and
                      <http://www.freedesktop.org/software/systemd/man/systemd.socket.html> for more
                      details.
homepage:            https://github.com/ddfisher/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/ddfisher/haskell-socket-activation

library
  exposed-modules:     Network.Socket.Activation
  c-sources:            Network/Socket/socket_info.c
  -- other-modules:       
  build-depends:
    base >=4.5 && <5,
    network >=2.3 && < 2.9,
    unix >=2.5,
    transformers >=0.3