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 9128fe5 commit f293705
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
52 changes: 50 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ repository cardano-haskell-packages
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee

-- The hackage index-state
index-state: 2024-10-10T00:52:24Z
index-state: 2024-11-11T20:52:53Z
-- The CHaP index-state
index-state: cardano-haskell-packages 2024-10-10T04:22:19Z
index-state: cardano-haskell-packages 2024-11-05T09:09:23Z

packages:
base-deriving-via
Expand Down Expand Up @@ -42,3 +42,51 @@ program-options
package bitvec
-- Workaround for windows cross-compilation
flags: -simd

allow-newer:
, aeson:time
, assoc:base
, async:base
, binary-orphans:base
, boring:base
, cborg:base
, data-fix:base
, generically:base
, hashable:base
, hsc2hs:base
, io-classes:base
, io-classes:time
, indexed-traversable:base
, indexed-traversable-instances:base
, integer-conversion:base
, integer-logarithms:base
, lifted-async:base
, microstache:base
, OneTuple:base
, parallel:base
, primitive:base
, quickcheck-instances:base
, scientific:base
, semialign:base
, serialise:base
, splitmix:base
, text-iso8601:time
, text-short:base
, these:base
, time:base
, time-compat:base
, time-compat:time
, tree-diff:base
, tree-diff:time
, vector:base
, vector-stream:base
, vector-th-unbox:base

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-prelude
tag: 96df9210a3e8a1852b3e5998c8286507fb5ac923
--sha256: 0yi06z2ipk7hz6ahgbqrynacqj29653fnrvyvsag14vkpw1wnlbi
subdir:
cardano-prelude
cardano-prelude-test
4 changes: 4 additions & 0 deletions cardano-crypto-tests/cardano-crypto-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ library
Test.Crypto.Vector.StringConstants
Test.Crypto.Vector.Vectors

-- This should be removed when ghc-9.12 becomes the oldest compiler we support.
if impl(ghc >= 9.12)
ghc-options: -Wno-deriving-typeable

test-suite test-crypto
import: base, project-config
type: exitcode-stdio-1.0
Expand Down

0 comments on commit f293705

Please sign in to comment.