-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpipes-p2p.cabal
38 lines (35 loc) · 1.29 KB
/
pipes-p2p.cabal
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
31
32
33
34
35
36
37
38
name: pipes-p2p
version: 0.4
cabal-version: >=1.10
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1
build-type: Simple
homepage: https://github.com/jdnavarro/pipes-p2p
license: BSD3
license-file: LICENSE
author: Danny Navarro
maintainer: Danny Navarro <[email protected]>
category: Network, Pipes
synopsis: P2P network nodes with pipes
description:
Toy library to facilitate the creation of custom P2P networks using `pipes`.
extra-source-files: CHANGELOG.md README.md
source-repository head
type: git
location: git://github.com/jdnavarro/pipes-p2p.git
library
exposed-modules: Pipes.Network.P2P
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
build-depends: base >=4.6 && <4.9,
async >=2,
binary >=0.7,
mtl >=2,
bytestring >=0.10,
errors >=1.4,
exceptions >=0.6,
pipes >=0.4,
pipes-concurrency >=2.0.3,
pipes-network >=0.6,
network >=2.4,
network-simple-sockaddr >= 0.2