diff --git a/tests/Tests/Properties/Basics.hs b/tests/Tests/Properties/Basics.hs index 895d4d74..72d916bc 100644 --- a/tests/Tests/Properties/Basics.hs +++ b/tests/Tests/Properties/Basics.hs @@ -4,6 +4,7 @@ {-# OPTIONS_GHC -Wno-missing-signatures #-} {-# OPTIONS_GHC -Wno-warnings-deprecations #-} +{-# OPTIONS_GHC -Wno-x-partial #-} module Tests.Properties.Basics ( testBasics diff --git a/tests/Tests/ShareEmpty.hs b/tests/Tests/ShareEmpty.hs index adaf700d..6667aee9 100644 --- a/tests/Tests/ShareEmpty.hs +++ b/tests/Tests/ShareEmpty.hs @@ -2,6 +2,7 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE BangPatterns #-} +{-# OPTIONS_GHC -Wno-x-partial #-} module Tests.ShareEmpty ( tests