File tree 1 file changed +64
-64
lines changed
1 file changed +64
-64
lines changed Original file line number Diff line number Diff line change 1
- cabal-version : >= 1.10
1
+ cabal-version : >= 1.10
2
+
2
3
-- Initial package description 'ouroboros-leios-sim.cabal' generated by
3
4
-- 'cabal init'. For further documentation, see
4
5
-- http://haskell.org/cabal/users-guide/
5
6
6
- name : ouroboros-leios-sim
7
- version : 0.1.0.0
7
+ name : ouroboros-leios-sim
8
+ version : 0.1.0.0
9
+
8
10
-- synopsis:
9
11
-- description:
10
12
-- bug-reports:
11
13
-- license:
12
- license-file : LICENSE
13
- author : Duncan Coutts
14
-
14
+ license-file : LICENSE
15
+ author : Duncan Coutts
16
+
17
+
15
18
-- copyright:
16
19
-- category:
17
- build-type : Simple
18
- extra-source-files : CHANGELOG.md
20
+ build-type : Simple
21
+ extra-source-files : CHANGELOG.md
19
22
20
23
library
21
- exposed-modules : Chan,
22
- ModelTCP,
23
- ChanTCP,
24
- SimTypes,
25
-
26
- TimeCompat,
27
-
28
- Viz,
29
- VizSim,
30
- VizChart,
31
- VizUtils,
32
- ExamplesLayout,
33
-
34
- SimTCPLinks,
35
- PlotTCP,
36
- VizSimTCP,
37
- ExamplesTCP,
38
-
39
- RelayProtocol,
40
- SimRelay,
41
- VizSimRelay,
42
- ExamplesRelay,
43
-
44
- P2P,
45
- SimRelayP2P,
46
- VizSimRelayP2P,
47
- ExamplesRelayP2P
24
+ exposed-modules :
25
+ Chan
26
+ ChanTCP
27
+ ExamplesLayout
28
+ ExamplesRelay
29
+ ExamplesRelayP2P
30
+ ExamplesTCP
31
+ ModelTCP
32
+ P2P
33
+ PlotTCP
34
+ RelayProtocol
35
+ SimRelay
36
+ SimRelayP2P
37
+ SimTCPLinks
38
+ SimTypes
39
+ TimeCompat
40
+ Viz
41
+ VizChart
42
+ VizSim
43
+ VizSimRelay
44
+ VizSimRelayP2P
45
+ VizSimTCP
46
+ VizUtils
48
47
49
48
-- other-extensions:
50
- build-depends : base,
51
- containers,
52
- array,
53
- pqueue,
54
- kdt,
55
- fingertree,
56
- random,
57
- time,
58
-
59
- contra-tracer,
60
- io-classes,
61
- io-sim,
62
- si-timers,
49
+ build-depends :
50
+ array
51
+ , base
52
+ , cairo
53
+ , Chart
54
+ , Chart-cairo
55
+ , colour
56
+ , containers
57
+ , contra-tracer
58
+ , fingertree
59
+ , gnuplot
60
+ , gtk3
61
+ , io-classes
62
+ , io-sim
63
+ , kdt
64
+ , pango
65
+ , pqueue
66
+ , random
67
+ , si-timers
68
+ , time
63
69
64
- cairo,
65
- pango,
66
- gtk3,
67
- colour,
68
- Chart,
69
- Chart-cairo,
70
- gnuplot
71
- hs-source-dirs : src
72
- default-language : Haskell2010
73
- ghc-options : -Wall -fno-ignore-asserts
70
+ hs-source-dirs : src
71
+ default-language : Haskell2010
72
+ ghc-options : -Wall -fno-ignore-asserts
74
73
75
74
executable ouroboros-net-vis
76
- main-is : src/Main.hs
77
- build-depends : base,
78
- ouroboros-leios-sim,
79
- optparse-applicative
80
- default-language : Haskell2010
81
- ghc-options : -Wall
75
+ main-is : src/Main.hs
76
+ build-depends :
77
+ base
78
+ , optparse-applicative
79
+ , ouroboros-leios-sim
82
80
81
+ default-language : Haskell2010
82
+ ghc-options : -Wall
You can’t perform that action at this time.
0 commit comments