mirror of
https://github.com/tweag/distributed-closure.git
synced 2024-11-22 11:34:43 +03:00
Turn on UndecidableInstances in test file.
Since newer GHC is stricter about undecidable instances.
This commit is contained in:
parent
9bc2f9e33d
commit
dcb28d9df2
@ -6,6 +6,7 @@
|
|||||||
{-# LANGUAGE TemplateHaskell #-}
|
{-# LANGUAGE TemplateHaskell #-}
|
||||||
{-# LANGUAGE TypeApplications #-}
|
{-# LANGUAGE TypeApplications #-}
|
||||||
{-# LANGUAGE TypeFamilies #-}
|
{-# LANGUAGE TypeFamilies #-}
|
||||||
|
{-# LANGUAGE UndecidableInstances #-}
|
||||||
|
|
||||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user