Skip to content

Commit

Permalink
Propagate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Aug 5, 2024
1 parent af444fd commit ddd25f0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ library
cardano-ledger-binary ^>=1.3.3,
cardano-ledger-byron ^>=1.0.1,
cardano-ledger-conway ^>=1.16.0,
cardano-ledger-core ^>=1.13.2,
cardano-ledger-core ^>=1.14.1,
cardano-ledger-mary ^>=1.6.1,
cardano-ledger-shelley ^>=1.12,
cardano-prelude,
Expand Down
2 changes: 1 addition & 1 deletion ouroboros-consensus/ouroboros-consensus.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ library
io-classes ^>=1.5,
measures,
mtl,
nothunks ^>=0.1.5,
nothunks ^>=0.2,
ouroboros-network-api ^>=0.7.3,
ouroboros-network-mock ^>=0.1,
ouroboros-network-protocols ^>=0.9,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import Data.Bimap (Bimap)
import qualified Data.Bimap as Bimap
import Data.IntPSQ (IntPSQ)
import qualified Data.IntPSQ as PSQ
import Data.Monoid
import Data.SOP.BasicFunctors
import NoThunks.Class (InspectHeap (..), InspectHeapNamed (..),
NoThunks (..), OnlyCheckWhnfNamed (..), allNoThunks,
Expand Down Expand Up @@ -71,8 +70,6 @@ instance NoThunks a => NoThunks (K a b) where
showTypeOf _ = showTypeOf (Proxy @a)
wNoThunks ctxt (K a) = wNoThunks ("K":ctxt) a

instance NoThunks a => NoThunks (Sum a)

{-------------------------------------------------------------------------------
fs-api
-------------------------------------------------------------------------------}
Expand Down
2 changes: 1 addition & 1 deletion sop-extras/sop-extras.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library
build-depends:
base >=4.14 && <4.21,
constraints ^>=0.14,
nothunks ^>=0.1,
nothunks ^>=0.2,
sop-core ^>=0.5,
strict-sop-core ^>=0.1,
these ^>=1.2,
Expand Down
2 changes: 1 addition & 1 deletion strict-sop-core/strict-sop-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library

build-depends:
base >=4.14 && <4.21,
nothunks ^>=0.1,
nothunks ^>=0.2,
sop-core ^>=0.5,

default-language: Haskell2010

0 comments on commit ddd25f0

Please sign in to comment.