From 57c5ca4c2d3b4e8a349b8f86d1a43bb9dfd532d9 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Fri, 19 Jul 2024 09:02:15 +1000 Subject: [PATCH] wip --- persistent/bench/Main.hs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/persistent/bench/Main.hs b/persistent/bench/Main.hs index a4aecdb10..64bdc12b5 100644 --- a/persistent/bench/Main.hs +++ b/persistent/bench/Main.hs @@ -81,9 +81,10 @@ instance NFData RuleMatch where instance NFData TypeFamilyHead where - +#if MIN_VERSION_template_haskell(2,18,0) instance NFData BndrVis where - +instance NFData NamespaceSpecifier where +#endif instance NFData TySynEqn where @@ -149,8 +150,6 @@ instance NFData PkgName where instance NFData Dec where -instance NFData NamespaceSpecifier where - instance NFData Stmt where