mirror of
https://github.com/tweag/distributed-closure.git
synced 2024-11-22 03:06:47 +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 TypeApplications #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE UndecidableInstances #-}
|
||||
|
||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user