Skip to content

Commit 0d13cd1

Browse files
committed
simulation: moved configuration and topology to leios-trace-hs
1 parent 968307d commit 0d13cd1

File tree

6 files changed

+36
-874
lines changed

6 files changed

+36
-874
lines changed

leios-trace-hs/leios-trace-hs.cabal

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,29 @@ common warnings
1717

1818
library
1919
import: warnings
20-
exposed-modules: LeiosEvents
20+
exposed-modules:
21+
LeiosConfig
22+
LeiosEvents
23+
LeiosTopology
24+
LeiosTypes
25+
JSONCompat
2126
-- other-modules:
2227
-- other-extensions:
23-
build-depends:
28+
build-depends:
2429
, aeson
2530
, base
2631
, bytestring
2732
, cborg
2833
, cborg-json
2934
, containers
35+
, data-default
3036
, text
37+
, vector
38+
, yaml
39+
3140
hs-source-dirs: src
3241
default-language: Haskell2010
42+
default-extensions:
43+
DisambiguateRecordFields
44+
OverloadedRecordDot
45+
ScopedTypeVariables

simulation/ouroboros-leios-sim.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ library
6767
LeiosProtocol.SimTestRelay
6868
LeiosProtocol.VizSimTestRelay
6969
ModelTCP
70-
JSONCompat
7170
P2P
7271
PlotTCP
7372
PraosProtocol.BlockFetch

simulation/src/JSONCompat.hs

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)