mirror of
https://github.com/composewell/streamly.git
synced 2024-11-13 01:34:18 +03:00
do not use -Wno-orphan flag before GHC 8.0
This commit is contained in:
parent
7a526f22b9
commit
bd11ec2037
@ -6,7 +6,9 @@
|
||||
{-# LANGUAGE RankNTypes #-}
|
||||
{-# LANGUAGE UndecidableInstances #-} -- XXX
|
||||
|
||||
#if __GLASGOW_HASKELL__ >= 800
|
||||
{-# OPTIONS_GHC -Wno-orphans #-}
|
||||
#endif
|
||||
|
||||
#include "Streams/inline.h"
|
||||
|
||||
|
@ -9,7 +9,9 @@
|
||||
{-# LANGUAGE StandaloneDeriving #-}
|
||||
{-# LANGUAGE UndecidableInstances #-} -- XXX
|
||||
|
||||
#if __GLASGOW_HASKELL__ >= 800
|
||||
{-# OPTIONS_GHC -Wno-orphans #-}
|
||||
#endif
|
||||
|
||||
#include "inline.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user