Skip to content

Commit

Permalink
Ignore warnings in deprecated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Oct 5, 2024
1 parent defc34f commit f85dcf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/src/Streamly/Internal/Data/Array/Stream.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# OPTIONS_GHC -Wno-deprecations #-}
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
-- |
-- Module : Streamly.Internal.Data.Array.Stream
-- Copyright : (c) 2019 Composewell Technologies
Expand Down
2 changes: 2 additions & 0 deletions core/src/Streamly/Internal/Data/Fold/Chunked.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}

-- |
-- Module : Streamly.Internal.Data.Fold.Chunked
-- Copyright : (c) 2021 Composewell Technologies
Expand Down

0 comments on commit f85dcf7

Please sign in to comment.