File: network-run.cabal

package info (click to toggle)
haskell-network-run 0.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 72 kB
  • sloc: haskell: 177; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 968 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name:                network-run
version:             0.2.8
synopsis:            Simple network runner library
description:         Simple functions to run network clients and servers.
-- bug-reports:
license:             BSD3
license-file:        LICENSE
author:              Kazu Yamamoto
maintainer:          kazu@iij.ad.jp
category:            Network
build-type:          Simple
extra-source-files:  CHANGELOG.md
cabal-version:       >=1.10

library
  exposed-modules:     Network.Run.TCP
                       Network.Run.TCP.Timeout
                       Network.Run.UDP
  other-modules:       Network.Run.Core
  -- other-extensions:
  build-depends:       base >= 4 && < 5
                     , bytestring
                     , network >= 3.1.0
                     , time-manager
  -- hs-source-dirs:
  default-language:    Haskell2010

source-repository head
  type:                git
  location:            https://github.com/kazu-yamamoto/network-run