@@ -27,6 +27,7 @@ packages: doc
2727 quickcheck-dynamic
2828 web-ghc
2929 word-array
30+ stubs/plutus-ghc-stub
3031
3132-- We never, ever, want this.
3233write-ghc-environment-files : never
@@ -72,10 +73,6 @@ package ouroboros-consensus-cardano
7273package cardano-api
7374 optimization : False
7475
75- -- Turn off the tests for a while
76- package plutus-metatheory
77- tests : False
78-
7976-- https://github.com/Quid2/flat/pull/22 fixes a potential exception
8077-- when decoding invalid (e.g. malicious) text literals.
8178source-repository-package
@@ -108,12 +105,12 @@ source-repository-package
108105 base-deriving-via
109106 binary
110107 binary/test
111- measures
112- orphans-deriving-via
113- slotting
114108 cardano-crypto-class
115109 cardano-crypto-praos
116110 cardano-crypto-tests
111+ measures
112+ orphans-deriving-via
113+ slotting
117114 strict-containers
118115
119116source-repository-package
@@ -127,7 +124,7 @@ source-repository-package
127124source-repository-package
128125 type : git
129126 location : https://github.com/input-output-hk/ouroboros-network
130- tag : f149c1c1e4e4bb5bab51fa055e9e3a7084ddc30e
127+ tag : 877ce057ff6fb086474c8eaad53f2b7f0e0fce6b
131128 subdir :
132129 monoidal-synchronisation
133130 typed-protocols
@@ -146,7 +143,7 @@ source-repository-package
146143source-repository-package
147144 type : git
148145 location : https://github.com/input-output-hk/iohk-monitoring-framework
149- tag : 34abfb7f4f5610cabb45396e0496472446a0b2ca
146+ tag : 808724ff8a19a33d0ed06f9ef59fbd900b08553c
150147 subdir :
151148 iohk-monitoring
152149 tracer-transformers
@@ -160,7 +157,7 @@ source-repository-package
160157source-repository-package
161158 type : git
162159 location : https://github.com/input-output-hk/cardano-ledger-specs
163- tag : 12a0ef69d64a55e737fbf4e846bd8ed9fb30a956
160+ tag : d5b184a820853c7ba202efd615b8fadca1acb52c
164161 subdir :
165162 byron/chain/executable-spec
166163 byron/crypto
@@ -183,7 +180,7 @@ source-repository-package
183180source-repository-package
184181 type : git
185182 location : https://github.com/input-output-hk/cardano-node.git
186- tag : 3a56ac245c83d3345f81123ec3bb496bb23477a3
183+ tag : ed11e8b6429d4af1cb2539460e5cb2283a06b2dc
187184 subdir :
188185 cardano-api
189186 cardano-node
0 commit comments