Remove redundant -Wno-orphans

This commit is contained in:
Harendra Kumar 2022-12-13 23:52:47 +05:30
parent 41b1258ce9
commit 6107908063
6 changed files with 2 additions and 13 deletions

View File

@ -1,7 +1,3 @@
{-# OPTIONS_GHC -Wno-orphans #-}
#include "inline.hs"
-- |
-- Module : Streamly.Data.Stream
-- Copyright : (c) 2017 Composewell Technologies

View File

@ -1,7 +1,3 @@
{-# OPTIONS_GHC -fno-warn-orphans #-}
#include "inline.hs"
-- |
-- Module : Streamly.Internal.Data.Array.Generic
-- Copyright : (c) 2019 Composewell Technologies
@ -50,6 +46,8 @@ module Streamly.Internal.Data.Array.Generic
)
where
#include "inline.hs"
import Control.Monad (when, replicateM)
import Control.Monad.IO.Class (liftIO, MonadIO)
import GHC.Base (MutableArray#, RealWorld)

View File

@ -1,5 +1,3 @@
{-# OPTIONS_GHC -Wno-orphans #-}
-- |
-- Module : Streamly.Internal.Data.Parser.Chunked
-- Copyright : (c) 2020 Composewell Technologies

View File

@ -1,4 +1,3 @@
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# LANGUAGE UnboxedTuples #-}
module Streamly.Internal.Data.Unboxed

View File

@ -54,7 +54,6 @@
-- package.
{-# LANGUAGE NoMonomorphismRestriction #-}
{-# OPTIONS_GHC -Wno-orphans #-}
#include "inline.hs"

View File

@ -1,5 +1,4 @@
{-# OPTIONS_GHC -Wno-deprecations #-}
{-# OPTIONS_GHC -Wno-orphans #-}
#include "inline.hs"