-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathInteroperabilitySuperintelligences.cabal
More file actions
31 lines (29 loc) · 1.1 KB
/
Copy pathInteroperabilitySuperintelligences.cabal
File metadata and controls
31 lines (29 loc) · 1.1 KB
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
cabal-version: 2.4
name: InteroperabilitySuperintelligences
version: 0.1.0.0
build-type: Simple
category: Application
synopsis: Interoperability architecture for superintelligences at meta-model of symbolic field
maintainer: alexandrepedrosaai@github.com
license: BSD-3-Clause
library
exposed-modules: MeshNode
, MeshSupervisor
, OriginNode
, PipelineManager
hs-source-dirs: Interoperability-Superintelligences/src
build-depends: base >=4.7 && <5
, async
, stm
default-language: Haskell2010
executable InteroperabilitySuperintelligences
main-is: Main.hs
hs-source-dirs: Interoperability-Superintelligences/src
build-depends: base >=4.7 && <5
, async
, stm
other-modules: MeshNode
, MeshSupervisor
, OriginNode
, PipelineManager
default-language: Haskell2010