From eaff5efb6889f7034fbd5eac41cfdeb6bfef0c65 Mon Sep 17 00:00:00 2001 From: Pieter Bos Date: Tue, 8 Oct 2024 11:36:33 +0200 Subject: [PATCH] Require cabal 3.10.3.0 This is the earliest release that includes the fix mentioned in https://github.com/clash-lang/clash-compiler/pull/2665#issuecomment-1939044550 --- clash-cores.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clash-cores.cabal b/clash-cores.cabal index 9066c1a..64d2105 100644 --- a/clash-cores.cabal +++ b/clash-cores.cabal @@ -53,7 +53,7 @@ flag clash-18 custom-setup setup-depends: base, - Cabal + Cabal >= 3.10.3.0 common basic-config default-language: Haskell2010