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 3fd94bf commit 57c5ca4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions persistent/bench/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -149,8 +150,6 @@ instance NFData PkgName where

instance NFData Dec where

instance NFData NamespaceSpecifier where


instance NFData Stmt where

Expand Down

0 comments on commit 57c5ca4

Please sign in to comment.