From 6fc96847b2cd4056df4cbdcbdab7f91cac2363fa Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Fri, 10 Jan 2025 08:28:44 +0100 Subject: [PATCH] Support GHC 9.12. --- cabal.project | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index 1e33d64aec..4675415fe4 100644 --- a/cabal.project +++ b/cabal.project @@ -1,7 +1,7 @@ packages: futhark.cabal -index-state: 2024-11-04T14:44:59Z +index-state: 2025-01-10T04:07:23Z package futhark ghc-options: -j -fwrite-ide-info -hiedir=.hie -allow-newer: base, template-haskell +allow-newer: base, template-haskell, ghc-prim