Skip to content

Commit 7f92700

Browse files
committed
simulation: apply cabal-fmt
1 parent 01ab5e9 commit 7f92700

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed

simulation/ouroboros-leios-sim.cabal

+64-64
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,82 @@
1-
cabal-version: >=1.10
1+
cabal-version: >=1.10
2+
23
-- Initial package description 'ouroboros-leios-sim.cabal' generated by
34
-- 'cabal init'. For further documentation, see
45
-- http://haskell.org/cabal/users-guide/
56

6-
name: ouroboros-leios-sim
7-
version: 0.1.0.0
7+
name: ouroboros-leios-sim
8+
version: 0.1.0.0
9+
810
-- synopsis:
911
-- description:
1012
-- bug-reports:
1113
-- license:
12-
license-file: LICENSE
13-
author: Duncan Coutts
14-
maintainer: [email protected]
14+
license-file: LICENSE
15+
author: Duncan Coutts
16+
maintainer: [email protected]
17+
1518
-- copyright:
1619
-- category:
17-
build-type: Simple
18-
extra-source-files: CHANGELOG.md
20+
build-type: Simple
21+
extra-source-files: CHANGELOG.md
1922

2023
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
4847

4948
-- 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
6369

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
7473

7574
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
8280

81+
default-language: Haskell2010
82+
ghc-options: -Wall

0 commit comments

Comments
 (0)