diff --git a/cabal.project b/cabal.project index 65bdbe9f016..70a6f63d702 100644 --- a/cabal.project +++ b/cabal.project @@ -47,8 +47,8 @@ test-show-details: streaming source-repository-package type: git location: https://github.com/input-output-hk/cardano-base - tag: 7e3ddba98a61900181fe63cdd4c9ed9708d1a6a7 - --sha256: 1ci0aa8zkcld0d4i6xldvffhppf8bg0ys8y2jys912r7i5sxq5pa + tag: 46cd4c97cff9f1f0a0da976aa9e32bd2899c85ee + --sha256: 0qn56ahqmy79riwyaq5m0d4vpamdjkkk04b0x8zwlyd5y3pg58xd subdir: base-deriving-via binary @@ -58,7 +58,7 @@ source-repository-package heapwords measures slotting - strict-containers + cardano-strict-containers source-repository-package type: git diff --git a/eras/alonzo/impl/cardano-ledger-alonzo.cabal b/eras/alonzo/impl/cardano-ledger-alonzo.cabal index 0e2baa9f2c0..441a2b78458 100644 --- a/eras/alonzo/impl/cardano-ledger-alonzo.cabal +++ b/eras/alonzo/impl/cardano-ledger-alonzo.cabal @@ -89,7 +89,7 @@ library cardano-ledger-shelley, scientific, small-steps, - strict-containers, + cardano-strict-containers, text, time, transformers, diff --git a/eras/alonzo/test-suite/cardano-ledger-alonzo-test.cabal b/eras/alonzo/test-suite/cardano-ledger-alonzo-test.cabal index 39e3b073639..3feed4ee7c0 100644 --- a/eras/alonzo/test-suite/cardano-ledger-alonzo-test.cabal +++ b/eras/alonzo/test-suite/cardano-ledger-alonzo-test.cabal @@ -73,7 +73,7 @@ library microlens, small-steps, small-steps-test, - strict-containers, + cardano-strict-containers, text, transformers, hs-source-dirs: @@ -119,7 +119,7 @@ test-suite cardano-ledger-alonzo-test cardano-ledger-shelley, cardano-ledger-shelley-test, microlens, - strict-containers, + cardano-strict-containers, tasty, tasty-hunit, tasty-quickcheck, diff --git a/eras/babbage/impl/cardano-ledger-babbage.cabal b/eras/babbage/impl/cardano-ledger-babbage.cabal index 8aa21fdc4f3..7a8dbee41a1 100644 --- a/eras/babbage/impl/cardano-ledger-babbage.cabal +++ b/eras/babbage/impl/cardano-ledger-babbage.cabal @@ -72,7 +72,7 @@ library plutus-tx ^>= 1.0, set-algebra, small-steps, - strict-containers, + cardano-strict-containers, text, transformers, validation-selective diff --git a/eras/babbage/test-suite/cardano-ledger-babbage-test.cabal b/eras/babbage/test-suite/cardano-ledger-babbage-test.cabal index 0391f822fdf..f6f24ac259b 100644 --- a/eras/babbage/test-suite/cardano-ledger-babbage-test.cabal +++ b/eras/babbage/test-suite/cardano-ledger-babbage-test.cabal @@ -58,7 +58,7 @@ library cardano-ledger-shelley-test, cardano-ledger-shelley, small-steps, - strict-containers, + cardano-strict-containers, hs-source-dirs: src @@ -97,7 +97,7 @@ test-suite cardano-ledger-babbage-test data-default-class, plutus-core, plutus-ledger-api, - strict-containers, + cardano-strict-containers, tasty, tasty-hunit, tasty-quickcheck, diff --git a/eras/conway/impl/cardano-ledger-conway.cabal b/eras/conway/impl/cardano-ledger-conway.cabal index 008c88108ef..0a55edda289 100644 --- a/eras/conway/impl/cardano-ledger-conway.cabal +++ b/eras/conway/impl/cardano-ledger-conway.cabal @@ -57,6 +57,6 @@ library containers, microlens, nothunks, - strict-containers, + cardano-strict-containers, hs-source-dirs: src diff --git a/eras/conway/test-suite/cardano-ledger-conway-test.cabal b/eras/conway/test-suite/cardano-ledger-conway-test.cabal index 8539040933e..71b14e7383b 100644 --- a/eras/conway/test-suite/cardano-ledger-conway-test.cabal +++ b/eras/conway/test-suite/cardano-ledger-conway-test.cabal @@ -53,7 +53,7 @@ library plutus-tx, cardano-ledger-shelley-test, cardano-ledger-shelley, - strict-containers, + cardano-strict-containers, tasty, tasty-quickcheck, QuickCheck, diff --git a/eras/shelley-ma/impl/cardano-ledger-shelley-ma.cabal b/eras/shelley-ma/impl/cardano-ledger-shelley-ma.cabal index c4e41c5d387..95142acca9f 100644 --- a/eras/shelley-ma/impl/cardano-ledger-shelley-ma.cabal +++ b/eras/shelley-ma/impl/cardano-ledger-shelley-ma.cabal @@ -76,7 +76,7 @@ library primitive, cardano-ledger-shelley, small-steps, - strict-containers, + cardano-strict-containers, text, transformers, validation-selective, diff --git a/eras/shelley-ma/test-suite/cardano-ledger-shelley-ma-test.cabal b/eras/shelley-ma/test-suite/cardano-ledger-shelley-ma-test.cabal index 8966bf4e32c..750b9961072 100644 --- a/eras/shelley-ma/test-suite/cardano-ledger-shelley-ma-test.cabal +++ b/eras/shelley-ma/test-suite/cardano-ledger-shelley-ma-test.cabal @@ -72,7 +72,7 @@ library QuickCheck >= 2.13.2, cardano-ledger-shelley-test, cardano-ledger-shelley, - strict-containers, + cardano-strict-containers, small-steps, tasty-hunit, tasty-quickcheck, @@ -127,7 +127,7 @@ test-suite cardano-ledger-shelley-ma-test cardano-ledger-shelley, small-steps-test, small-steps, - strict-containers, + cardano-strict-containers, tasty-hunit, tasty-quickcheck, tasty, diff --git a/eras/shelley/impl/cardano-ledger-shelley.cabal b/eras/shelley/impl/cardano-ledger-shelley.cabal index ef1535c98b7..0173f7b9430 100644 --- a/eras/shelley/impl/cardano-ledger-shelley.cabal +++ b/eras/shelley/impl/cardano-ledger-shelley.cabal @@ -120,7 +120,7 @@ library quiet, set-algebra, small-steps, - strict-containers, + cardano-strict-containers, text, time, transformers, diff --git a/eras/shelley/test-suite/cardano-ledger-shelley-test.cabal b/eras/shelley/test-suite/cardano-ledger-shelley-test.cabal index 884f152b9f6..ef2230c24ec 100644 --- a/eras/shelley/test-suite/cardano-ledger-shelley-test.cabal +++ b/eras/shelley/test-suite/cardano-ledger-shelley-test.cabal @@ -116,7 +116,7 @@ library set-algebra, small-steps, small-steps-test, - strict-containers, + cardano-strict-containers, tasty, tasty-hunit, tasty-quickcheck, @@ -198,7 +198,7 @@ test-suite cardano-ledger-shelley-test scientific, small-steps, small-steps-test, - strict-containers, + cardano-strict-containers, tasty, tasty-hedgehog, tasty-hunit, @@ -237,7 +237,7 @@ benchmark mainbench set-algebra, small-steps, small-steps-test, - strict-containers, + cardano-strict-containers, transformers ghc-options: -threaded diff --git a/libs/cardano-data/cardano-data.cabal b/libs/cardano-data/cardano-data.cabal index 2de7d0fad65..82a682cfb16 100644 --- a/libs/cardano-data/cardano-data.cabal +++ b/libs/cardano-data/cardano-data.cabal @@ -55,7 +55,7 @@ library , microlens , nothunks , primitive - , strict-containers + , cardano-strict-containers , text , transformers >= 0.5 , vector @@ -81,7 +81,7 @@ test-suite cardano-data-tests , cardano-binary , cborg , containers - , strict-containers + , cardano-strict-containers , tasty , tasty-quickcheck , tasty-hunit diff --git a/libs/cardano-ledger-core/cardano-ledger-core.cabal b/libs/cardano-ledger-core/cardano-ledger-core.cabal index 88d680c1c2b..9b048fbd040 100644 --- a/libs/cardano-ledger-core/cardano-ledger-core.cabal +++ b/libs/cardano-ledger-core/cardano-ledger-core.cabal @@ -100,7 +100,7 @@ library non-integral, primitive, small-steps, - strict-containers, + cardano-strict-containers, text, time, transformers, diff --git a/libs/cardano-ledger-pretty/cardano-ledger-pretty.cabal b/libs/cardano-ledger-pretty/cardano-ledger-pretty.cabal index 9b9129f6380..ec6bb527346 100644 --- a/libs/cardano-ledger-pretty/cardano-ledger-pretty.cabal +++ b/libs/cardano-ledger-pretty/cardano-ledger-pretty.cabal @@ -59,6 +59,6 @@ library plutus-ledger-api, prettyprinter, small-steps, - strict-containers, + cardano-strict-containers, text, vector-map diff --git a/libs/cardano-ledger-test/cardano-ledger-test.cabal b/libs/cardano-ledger-test/cardano-ledger-test.cabal index 084ecf69ece..0f2ae45a8d6 100644 --- a/libs/cardano-ledger-test/cardano-ledger-test.cabal +++ b/libs/cardano-ledger-test/cardano-ledger-test.cabal @@ -106,7 +106,7 @@ library small-steps, small-steps-test, set-algebra, - strict-containers, + cardano-strict-containers, tasty, tasty-hunit, tasty-quickcheck, diff --git a/libs/ledger-state/ledger-state.cabal b/libs/ledger-state/ledger-state.cabal index 1770f6afaf8..3ba2f465783 100644 --- a/libs/ledger-state/ledger-state.cabal +++ b/libs/ledger-state/ledger-state.cabal @@ -49,7 +49,7 @@ library , persistent-sqlite , prettyprinter , set-algebra - , strict-containers + , cardano-strict-containers , text , transformers @@ -136,7 +136,7 @@ benchmark address cardano-slotting, criterion, deepseq, - strict-containers, + cardano-strict-containers, text ghc-options: -threaded diff --git a/libs/small-steps-test/small-steps-test.cabal b/libs/small-steps-test/small-steps-test.cabal index e1d01166def..5f0da2ac4ea 100644 --- a/libs/small-steps-test/small-steps-test.cabal +++ b/libs/small-steps-test/small-steps-test.cabal @@ -49,7 +49,7 @@ library , QuickCheck -- IOHK deps , small-steps - , strict-containers + , cardano-strict-containers hs-source-dirs: src test-suite examples diff --git a/libs/small-steps/small-steps.cabal b/libs/small-steps/small-steps.cabal index 7332ce8c24f..59ee6ef8d6a 100644 --- a/libs/small-steps/small-steps.cabal +++ b/libs/small-steps/small-steps.cabal @@ -49,7 +49,7 @@ library , free , mtl , nothunks - , strict-containers + , cardano-strict-containers , text , transformers >= 0.5 , validation-selective