forked from striot/striot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstriot.cabal
32 lines (29 loc) · 1.3 KB
/
striot.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
-- Initial striot.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: striot
version: 0.1.0.4
-- synopsis:
-- description:
license: Apache
license-file: LICENSE
author: Striot maintainers
maintainer: [email protected]
-- copyright:
category: Data
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules: Striot.FunctionalIoTtypes, Striot.FunctionalProcessing, Striot.Nodes, Striot.CompileIoT
-- other-modules:
-- other-extensions:
build-depends: base >=4.9, containers >=0.5, split >=0.2, time >=1.6, network >=2.7.0.0, HTF, aeson, bytestring >=0.9.2, unagi-chan >=0.4.1.0, algebraic-graphs >=0.1
hs-source-dirs: src
default-language: Haskell2010
test-suite test-striot
hs-source-dirs: src
type: exitcode-stdio-1.0
Main-is: TestMain.hs
build-depends: base >=4.9, containers >=0.5, split >=0.2, time >=1.6, network >=2.7.0.0, HTF, aeson, bytestring >=0.9.2, unagi-chan >=0.4.1.0, algebraic-graphs >=0.1
other-modules: Striot.CompileIoT, Striot.FunctionalIoTtypes, Striot.FunctionalProcessing, Striot.Nodes, VizGraph
Default-language: Haskell2010