From a8a0e1bf0d84f039bd41f9d199947498b66f1a73 Mon Sep 17 00:00:00 2001 From: Sean Leather Date: Sat, 17 Feb 2024 16:15:41 +0200 Subject: [PATCH] Update tests/Main.hs --- tests/Main.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Main.hs b/tests/Main.hs index 0b30dd6..0045922 100644 --- a/tests/Main.hs +++ b/tests/Main.hs @@ -34,4 +34,5 @@ main = do #if __GLASGOW_HASKELL__ >= 800 ++ DNonEmptyProperties.properties #endif + OverloadedStrings.test unless (isSuccess result) exitFailure