Skip to content

Commit

Permalink
tests: enable TypeFamilies for Realisation
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Dec 6, 2023
1 parent eae6887 commit 273747f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hnix-store-tests/src/System/Nix/Arbitrary/Realisation.hs
Original file line number Diff line number Diff line change
@@ -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 #-}
Expand Down

0 comments on commit 273747f

Please sign in to comment.