-
Notifications
You must be signed in to change notification settings - Fork 22
/
remote.cabal
45 lines (41 loc) · 1.64 KB
/
remote.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: remote
Version: 0.1.1
Cabal-Version: >=1.8
Description: Fault-tolerant distributed computing framework
synopsis: Cloud Haskell
License: BSD3
License-file: LICENSE
Extra-Source-Files: README.md
Author: Jeff Epstein <[email protected]>
Maintainer: Jeff Epstein <[email protected]>
Build-Type: Simple
tested-with: GHC ==6.12.1
Category: Distributed Computing
extra-source-files:
examples/kmeans/KMeans.hs
examples/kmeans/KMeans3.hs
examples/kmeans/KMeansCommon.hs
examples/kmeans/MakeData.hs
examples/kmeans/awsgo
examples/kmeans/awskill
examples/kmeans/awslist
examples/kmeans/kmeans
examples/pi/Pi6.hs
examples/pi/Pi7.hs
examples/pi/PiCommon.hs
examples/tests/Test-Call.hs
examples/tests/Test-Channel-Merge.hs
examples/tests/Test-Channel.hs
examples/tests/Test-Closure.hs
examples/tests/Test-MapReduce.hs
examples/tests/Test-Message.hs
examples/tests/Test-Task.hs
examples/tests/config
source-repository head
Type: git
Location: git://github.com/jepst/CloudHaskell.git
library
Build-Depends: base >= 4 && < 5, time, filepath, containers, network, syb, mtl, binary, bytestring, template-haskell, stm, pureMD5, utf8-string, directory
ghc-options: -Wall
Extensions: TemplateHaskell, FlexibleInstances, UndecidableInstances, CPP, ExistentialQuantification, DeriveDataTypeable
Exposed-Modules: Remote.Process, Remote.Encoding, Remote.Call, Remote.Reg, Remote.Peer, Remote.Init, Remote.Closure, Remote.Channel, Remote.Task, Remote