forked from tweag/distributed-closure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
distributed-closure.cabal
44 lines (41 loc) · 1.45 KB
/
distributed-closure.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
42
43
44
name: distributed-closure
version: 0.3.4.0
synopsis: Serializable closures for distributed programming.
description: See README.
homepage: https://github.com/tweag/distributed-closure
license: BSD3
license-file: LICENSE
author: Mathieu Boespflug
maintainer: [email protected]
copyright: © Tweag I/O Limited
category: Control
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/tweag/distributed-closure
library
exposed-modules: Control.Distributed.Closure
Control.Distributed.Closure.Internal
Control.Distributed.Closure.TH
build-depends: base >=4.8 && <5
, binary >= 0.7.5
, bytestring >= 0.10
, constraints >= 0.4
, syb >= 0.5
, template-haskell >= 2.10
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
test-suite tests
type: exitcode-stdio-1.0
default-language: Haskell2010
hs-source-dirs: tests
main-is: test.hs
ghc-options: -Wall
Build-Depends: base >= 4.8,
binary >= 0.7,
distributed-closure,
hspec >= 2.1,
QuickCheck >= 2.8