From 97a66a85efda1d0bab3921a1c32480cddea3afaf Mon Sep 17 00:00:00 2001 From: Eli Kogan-Wang Date: Wed, 28 Oct 2020 22:45:35 +0100 Subject: [PATCH] Added CPP to Pragmas --- tests/Properties.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Properties.hs b/tests/Properties.hs index a8570eb46..29993a917 100644 --- a/tests/Properties.hs +++ b/tests/Properties.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE BangPatterns #-} +{-# LANGUAGE CPP, BangPatterns #-} -- -- Must have rules off, otherwise the rewrite rules will replace the rhs -- with the lhs, and we only end up testing lhs == lhs