forked from Gabriella439/pipes-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipes-platform.cabal
40 lines (39 loc) · 1.6 KB
/
pipes-platform.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
39
40
name: pipes-platform
version: 0.1
synopsis: pipes library suite
License: BSD3
License-File: LICENSE
Copyright: 2013 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/pipes-platform/issues
category: Test
build-type: Simple
stability: Experimental
cabal-version: >= 1.10
extra-source-files: Readme.md
description: Just a sandpit
source-repository head
type: git
location: git://github.com/Gabriel439/pipes-platform.git
executable test-network
main-is: test-network.hs
default-language: Haskell2010
ghc-options: -Wall -O2 -threaded
hs-source-dirs: test
build-depends: base
, HUnit
, QuickCheck
, test-framework
, test-framework-hunit
, bytestring >= 0.9.2.1
, network >=0.2.1
, network-simple >= 0.2.1.0
, transformers >=0.2
, pipes >= 4.0
, pipes-parse >= 2.0.0
, pipes-safe >= 2.0.0
, pipes-concurrency >= 2.0.0
, pipes-network >= 0.6.0
, pipes-vector >= 0.4.0
, pipes-attoparsec >= 0.3.0