Skip to content

Commit 68be3c0

Browse files
erikdUnisay
authored andcommitted
Update index-states and qualify 2 imports (#7333)
* Update index-states and qualify 2 imports * Nix updates
1 parent e7d9185 commit 68be3c0

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ repository cardano-haskell-packages
1414
-- update either of these.
1515
index-state:
1616
-- Bump both the following dates if you need newer packages from Hackage
17-
, hackage.haskell.org 2025-07-16T09:24:19Z
17+
, hackage.haskell.org 2025-09-12T01:28:11Z
1818
-- Bump this if you need newer packages from CHaP
19-
, cardano-haskell-packages 2025-08-27T16:08:15Z
19+
, cardano-haskell-packages 2025-09-11T16:20:37Z
2020

2121
packages: cardano-constitution
2222
plutus-benchmark

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plutus-core/plutus-core/src/PlutusCore/Check/Scoping.hs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ import Data.Bifunctor
1818
import Data.Coerce
1919
import Data.List.NonEmpty (NonEmpty)
2020
import Data.List.NonEmpty qualified as NonEmpty
21-
import Data.Map.Strict as Map
21+
import Data.Map.Strict (Map)
22+
import Data.Map.Strict qualified as Map
2223
import Data.Maybe
2324
import Data.Proxy
24-
import Data.Set as Set
25+
import Data.Set (Set)
26+
import Data.Set qualified as Set
2527
import Text.Pretty
2628
import Text.PrettyBy
2729

plutus-ledger-api/plutus-ledger-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ library
121121
, deepseq
122122
, lens
123123
, mtl
124-
, nothunks
124+
, nothunks ^>=0.2
125125
, plutus-core ^>=1.53
126126
, plutus-tx ^>=1.53
127127
, prettyprinter

0 commit comments

Comments
 (0)