tests: enable TypeFamilies for Realisation

This commit is contained in:
sorki 2023-12-06 19:04:46 +01:00
parent c8d97899e7
commit bdce1a3035

View File

@ -1,3 +1,5 @@
-- due to Illegal equational constraint Test.QuickCheck.Arbitrary.Generic.TypesDiffer
{-# LANGUAGE TypeFamilies #-}
-- due to recent generic-arbitrary
{-# OPTIONS_GHC -fconstraint-solver-iterations=0 #-}
{-# OPTIONS_GHC -Wno-orphans #-}