-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMR.cabal
More file actions
24 lines (20 loc) · 704 Bytes
/
MR.cabal
File metadata and controls
24 lines (20 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: MR
version: 0.1
cabal-version: >= 1.2
build-type: Simple
data-files: config_master, config_storage
data-dir: src
executable MR
hs-source-dirs: src
main-is: Main.hs
build-depends: base,
binary,
remote,
bytestring,
directory,
template-haskell
other-modules: Distributed.Storage,Distributed.Storage.Common,Distributed.Storage.InMemory,Distributed
library
hs-source-dirs: src
exposed-modules: Distributed,Distributed.Storage,Distributed.Storage.InMemory
other-modules: Distributed.Storage.InMemory.Server,Distributed.Storage.Common