File: network-run.cabal

package info (click to toggle)
haskell-network-run 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 72 kB
  • sloc: haskell: 237; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 826 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
cabal-version:      >=1.10
name:               network-run
version:            0.4.4
license:            BSD3
license-file:       LICENSE
maintainer:         kazu@iij.ad.jp
author:             Kazu Yamamoto
synopsis:           Simple network runner library
description:        Simple functions to run network clients and servers.
category:           Network
build-type:         Simple
extra-source-files: CHANGELOG.md

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

library
    exposed-modules:
        Network.Run.TCP
        Network.Run.TCP.Timeout
        Network.Run.UDP

    other-modules:    Network.Run.Core
    default-language: Haskell2010
    build-depends:
        base >=4 && <5,
        bytestring,
        network >=3.2.4,
        time-manager >=0.2 && <0.3