Skip to content

Commit

Permalink
Support ghc 9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Nov 22, 2024
1 parent efaadc5 commit 25ab4ac
Showing 1 changed file with 71 additions and 6 deletions.
77 changes: 71 additions & 6 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ repository cardano-haskell-packages
-- update either of these.
index-state:
-- Bump both the following dates if you need newer packages from Hackage
, hackage.haskell.org 2024-10-16T00:00:00Z
, hackage.haskell.org 2024-11-17T03:52:09Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2024-10-16T00:00:00Z
, cardano-haskell-packages 2024-11-12T08:40:13Z

packages: cardano-constitution
plutus-benchmark
Expand Down Expand Up @@ -95,7 +95,72 @@ allow-newer:
-- -------------------------------------------------------------------------------------------------
-- Following currently required for building with ghc-9.10.

constraints:
-- The API has changed for version 2.2, ledger depends on the old version and ledger will not
-- be updated until after the Conway release.
, cardano-crypto-class ^>= 2.1
if impl (ghc >= 9.12)

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-crypto
tag: 790a3027a210ed3684ea9ffa1da504873d96b7de
--sha256: 1wlyvqgaf4gwzp80gpf334dwpcq2vbgywv2r31mk0iy469n1slbi

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-base
tag: 9c48b9126f412a1a0c926e22769830170484c95e
--sha256: 0ssgg71ab2rdc3sp8fipbjipxhwg4195p2r5y5c6rv2jc9625mxc
subdir:
cardano-crypto-class
cardano-crypto-tests
cardano-mempool

allow-newer:
, Agda:base
, assoc:base
, bin:base
, binary-orphans:base
, boring:base
, brick:base
, cborg:base
, constraints-extras:base
, data-fix:base
, dec:base
, directory:time
, fin:base
, hashable:base
, hex-text:base
, indexed-traversable:base
, indexed-traversable-instances:base
, integer-conversion:base
, integer-gmp:base
, integer-logarithms:base
, io-classes:base
, io-classes:time
, microstache:base
, monoidal-containers:base
, nonempty-vector:base
, nothunks:time
, OneTuple:base
, QuickCheck:base
, quickcheck-instances:base
, quickcheck-instances:time
, ral:base
, scientific:base
, semialign:base
, serialise:base
, splitmix:base
, singletons:base
, singletons-th:base
, some:base
, tasty-hedgehog:base
, text:base
, text-short:base
, these:base
, time-compat:base
, time-compat:time
, tree-diff:base
, tree-diff:time
, universe-base:base
, vector-th-unbox:base
, zlib:base

, plutus-core:cardano-crypto-class

0 comments on commit 25ab4ac

Please sign in to comment.