From 3fd94bf7b41ec8e7ff83e93289092a2b1129a75f Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Wed, 17 Jul 2024 20:25:11 +1000 Subject: [PATCH] wip --- persistent/bench/Main.hs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/persistent/bench/Main.hs b/persistent/bench/Main.hs index 4f194fdfc..a4aecdb10 100644 --- a/persistent/bench/Main.hs +++ b/persistent/bench/Main.hs @@ -82,6 +82,9 @@ instance NFData RuleMatch where instance NFData TypeFamilyHead where +instance NFData BndrVis where + + instance NFData TySynEqn where @@ -146,6 +149,8 @@ instance NFData PkgName where instance NFData Dec where +instance NFData NamespaceSpecifier where + instance NFData Stmt where