From 993125fe28c115c74e34957a0c216e9c810af2ed Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 30 Aug 2024 03:11:19 -0700 Subject: [PATCH] Compile with GHC 9.2.4 Reviewed By: pepeiborra Differential Revision: D61711791 fbshipit-source-id: c32f12ce18155f93fb5b6c64f17a0fdce8a057d8 --- tests/StatsTests.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/StatsTests.hs b/tests/StatsTests.hs index c9ce33d..7b391f4 100644 --- a/tests/StatsTests.hs +++ b/tests/StatsTests.hs @@ -7,6 +7,7 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE ScopedTypeVariables #-} +{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-} module StatsTests (tests) where