packages feed

rfc1413-server-0.0.0.0: rfc1413-server.cabal

name:                rfc1413-server
version:             0.0.0.0
synopsis:            rfc1413 server
description:         Haskell implementation of a user space rfc1413 server
homepage:            https://github.com/cotrone/rfc1413-server#readme
license:             BSD3
license-file:        LICENSE
author:              Kevin Cotrone
maintainer:          kevincotrone@gmail.com
copyright:           2017 Kevin Cotrone
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Network.Ident
  default-language:    Haskell2010
  build-depends:       base >= 4.7 && < 5
                     , network-simple >= 0.4 && < 0.5
                     , rfc1413-types >= 0.0 && < 0.1

source-repository head
  type:     git
  location: https://github.com/cotrone/rfc1413-server