-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDistributed.cabal
25 lines (23 loc) · 1010 Bytes
/
Distributed.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
-- Initial Distributed.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Distributed
version: 0.1.0.0
synopsis: Example distributed app
-- description:
homepage: yager.io/Distributed/Distributed.html
license: MIT
license-file: LICENSE
author: Will Yager
maintainer: [email protected]
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable Distributed
main-is: Distributed.hs
-- other-modules:
other-extensions: GeneralizedNewtypeDeriving, DeriveGeneric, TemplateHaskell
build-depends: base >=4.8 && <4.9, distributed-process >=0.5 && <0.6, network-transport-tcp >=0.4 && <0.5, binary >=0.7 && <0.8, mtl >=2.2 && <2.3, lens >=4.13 && <4.14, random >=1.1 && <1.2
-- hs-source-dirs:
default-language: Haskell2010