Skip to content

Commit

Permalink
Fix build for ghc 9.2 and older
Browse files Browse the repository at this point in the history
They need GADTs or TypeFamilies enabled in a module to solve constraints
arising from other modules.
  • Loading branch information
dcoutts committed Sep 20, 2024
1 parent b7887e9 commit ad3fd1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/Bench.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE CPP #-}
{-# LANGUAGE TypeFamilies #-} -- Needed for GHC 9.2 and older only
{- HLINT ignore "Use camelCase" -}

module Main (main) where
Expand Down

0 comments on commit ad3fd1e

Please sign in to comment.