-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdistributed-process-systest.cabal
42 lines (40 loc) · 1.61 KB
/
distributed-process-systest.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
41
name: distributed-process-systest
version: 0.2.0
synopsis: Testing Frameworks and Capabilities for programs built on Cloud Haskell
homepage: http://github.com/haskell-distributed/distributed-process-systest
license: BSD3
license-file: LICENSE
Author: Tim Watson
Maintainer: [email protected]
copyright: Tim Watson
category: Control, Cloud Haskell
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Control.Distributed.Process.SysTest.Utils
Build-Depends: base >= 4.4 && < 5,
ansi-terminal >= 0.8 && < 0.9,
binary >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.11,
distributed-process >= 0.6.0 && < 0.8,
distributed-static,
HUnit >= 1.2 && < 1.7,
network-transport >= 0.4.1.0 && < 0.6,
network >= 2.5,
random >= 1.0 && < 1.2,
rematch >= 0.1.2.1,
test-framework >= 0.6 && < 0.9,
test-framework-hunit >= 0.2.0 && < 0.4,
stm
hs-source-dirs: src
ghc-options: -Wall -fno-warn-unused-do-bind
extensions: CPP,
ExistentialQuantification,
FlexibleInstances,
DeriveDataTypeable,
DeriveGeneric,
GeneralizedNewtypeDeriving,
OverlappingInstances,
RankNTypes,
RecordWildCards,
ScopedTypeVariables