Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jul 15, 2024
1 parent 61ff2fd commit f62e4dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cardano-streaming/cardano-streaming.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 1.2.0.0
author: Andrea Bedini
maintainer: andrea.bedini@iohk.io

-- ghc910 ships with base ==4.20.0, while ouroboros-consensus binds base <4.20.0.
-- TODO remove this once ouroboros-consensus supports ghc910
-- ghc910 ships with base ==4.20.0, while ouroboros-consensus (which we depend on)
-- binds base <4.20.0. TODO remove this once ouroboros-consensus supports ghc910
common ghc-version-support
if impl(ghc >9.8)
buildable: False
Expand Down
4 changes: 2 additions & 2 deletions plutus-script-evaluation/plutus-script-evaluation.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cabal-version: 3.0
name: plutus-script-evaluation
version: 0.1.0.0

-- ghc910 ships with base ==4.20.0, while ouroboros-consensus binds base <4.20.0.
-- TODO remove this once ouroboros-consensus supports ghc910
-- ghc910 ships with base ==4.20.0, while ouroboros-consensus (which we depend on)
-- binds base <4.20.0. TODO remove this once ouroboros-consensus supports ghc910
common ghc-version-support
if impl(ghc >9.8)
buildable: False
Expand Down

0 comments on commit f62e4dd

Please sign in to comment.