From 904cda54aa60de1d9a729b23260d0277c8e673a0 Mon Sep 17 00:00:00 2001 From: Sean Leather Date: Sat, 17 Feb 2024 15:24:00 +0200 Subject: [PATCH] fix --- tests/DListProperties.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/DListProperties.hs b/tests/DListProperties.hs index 94b88e8..2e7fd1c 100644 --- a/tests/DListProperties.hs +++ b/tests/DListProperties.hs @@ -14,8 +14,9 @@ #endif {- ORMOLU_ENABLE -} --- CPP: GHC >= 9.8 for -Wx-partial -#if __GLASGOW_HASKELL__ >= 980 +-- CPP: GHC >= 9.8 for disabling partial function warnings for 'List.head' and +-- 'List.tail' +#if __GLASGOW_HASKELL__ >= 908 {-# OPTIONS_GHC -Wno-x-partial #-} #endif