Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jul 18, 2024
1 parent 57c5ca4 commit d3fe437
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions persistent/bench/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ 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

Expand Down Expand Up @@ -133,7 +129,11 @@ instance NFData DerivStrategy where


instance NFData DerivClause where
#endif

#if MIN_VERSION_template_haskell(2,22,0)
instance NFData BndrVis where
instance NFData NamespaceSpecifier where
#endif

instance NFData Con where
Expand Down

0 comments on commit d3fe437

Please sign in to comment.