From bf9a3830edcce501dc7b85886e76f1a7b1f1b7a1 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Mon, 30 Dec 2024 11:29:24 +0000 Subject: [PATCH] Allow deprecations for now Summary: Test Plan: --- src/General/Extra.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/General/Extra.hs b/src/General/Extra.hs index 697da3c6..da30d44b 100644 --- a/src/General/Extra.hs +++ b/src/General/Extra.hs @@ -1,5 +1,6 @@ {-# LANGUAGE ScopedTypeVariables, ConstraintKinds, GeneralizedNewtypeDeriving, ViewPatterns #-} -{-# OPTIONS_GHC -Wno-x-partial -Wno-unrecognised-warning-flags #-} +{-# OPTIONS_GHC -Wno-x-partial -Wno-unrecognised-warning-flags -Wno-deprecations #-} +-- ErrorCallWithLocation is deprecated in GHC 9.12, need to shift away from it sooner or later module General.Extra( getProcessorCount,