Skip to content

Commit bdce1a3

Browse files
committed
tests: enable TypeFamilies for Realisation
1 parent c8d9789 commit bdce1a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hnix-store-tests/src/System/Nix/Arbitrary/Realisation.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
-- due to Illegal equational constraint Test.QuickCheck.Arbitrary.Generic.TypesDiffer
2+
{-# LANGUAGE TypeFamilies #-}
13
-- due to recent generic-arbitrary
24
{-# OPTIONS_GHC -fconstraint-solver-iterations=0 #-}
35
{-# OPTIONS_GHC -Wno-orphans #-}

0 commit comments

Comments
 (0)