Skip to content

Commit 4488656

Browse files
authored
Remove stale allow-newer in cabal.project (#1276)
These have been released to chap it seems, as the build succeeds locally.
2 parents 3a5e414 + b3d1d17 commit 4488656

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

cabal.project

Lines changed: 2 additions & 14 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 this if you need newer packages from Hackage
17-
, hackage.haskell.org 2024-08-26T10:41:44Z
17+
, hackage.haskell.org 2024-08-27T14:57:57Z
1818
-- Bump this if you need newer packages from CHaP
19-
, cardano-haskell-packages 2024-09-03T00:18:11Z
19+
, cardano-haskell-packages 2024-10-03T15:13:19Z
2020

2121
packages:
2222
ouroboros-consensus
@@ -44,15 +44,3 @@ package ouroboros-network
4444
if(os(windows))
4545
constraints:
4646
bitvec -simd
47-
48-
if impl(ghc >= 9.10)
49-
allow-newer:
50-
-- All these cardano-ledger packages have been fixed on master but not
51-
-- yet released to CHaP and according to the team will not be released
52-
-- until after the Chang hardfork.
53-
, cardano-ledger-alonzo:plutus-ledger-api
54-
, cardano-ledger-alonzo-test:plutus-ledger-api
55-
, cardano-ledger-babbage:plutus-ledger-api
56-
, cardano-ledger-binary:plutus-ledger-api
57-
, cardano-ledger-conway:plutus-ledger-api
58-

0 commit comments

Comments
 (0)