Skip to content

Commit

Permalink
fix for GHC-9.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
s9gf4ult committed Aug 24, 2022
1 parent e7ac5ef commit bc065da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/RecursiveTest.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE DerivingVia #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# OPTIONS_GHC -fconstraint-solver-iterations=5 #-} -- GHC-9.2.4

-- | Testing that our Arbitrary instances do not get stuck and respect the
-- `size` parameter while generating.
Expand Down

0 comments on commit bc065da

Please sign in to comment.