forked from jepst/CloudHaskell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
remote.cabal
19 lines (17 loc) · 918 Bytes
/
remote.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Name: remote
Version: 0.1
Cabal-Version: >=1.2
Description: Fault-tolerant distributed computing framework
synopsis: Cloud Haskell
License: BSD3
License-file: LICENSE
Extra-Source-Files: README
Author: Jeff Epstein <[email protected]>
Maintainer: Jeff Epstein <[email protected]>
Build-Type: Simple
tested-with: GHC ==6.12.1
library
Build-Depends: base >= 4, 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