Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repository cardano-haskell-packages
-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state:
, hackage.haskell.org 2026-07-01T00:33:51Z
, cardano-haskell-packages 2026-06-29T12:05:19Z
, hackage.haskell.org 2026-08-02T17:21:34Z
, cardano-haskell-packages 2026-08-01T07:19:24Z

active-repositories:
, :rest
Expand Down Expand Up @@ -155,8 +155,6 @@ if impl(ghc >=9.14)
, grapesy:tls
, grpc-spec:base
, grpc-spec:containers
, hedgehog-quickcheck:QuickCheck
, http2-tls:tls
, lens-family:containers
, lens-family-core:containers
, lsm-tree:data-elevator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,6 @@ deriving anyclass instance ToJSON L.VotingPeriod

deriving anyclass instance ToJSON L.Withdrawals

instance (ToJSONKey k, ToJSON v) => ToJSON (NonEmptyMap k v) where
toJSON = toJSON . NonEmptyMap.toMap

instance ToJSON v => ToJSON (NonEmptySet v) where
toJSON = toJSON . NonEmptySet.toSet

deriving anyclass instance
Comment thread
erikd marked this conversation as resolved.
( ToJSON (L.PredicateFailure (L.EraRule "UTXOW" ledgerera))
, ToJSON (L.PredicateFailure (L.EraRule "DELEGS" ledgerera))
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading