Skip to content

Commit f85dcf7

Browse files
committed
Ignore warnings in deprecated modules
1 parent defc34f commit f85dcf7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

core/src/Streamly/Internal/Data/Array/Stream.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{-# OPTIONS_GHC -Wno-deprecations #-}
2+
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
23
-- |
34
-- Module : Streamly.Internal.Data.Array.Stream
45
-- Copyright : (c) 2019 Composewell Technologies

core/src/Streamly/Internal/Data/Fold/Chunked.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
2+
13
-- |
24
-- Module : Streamly.Internal.Data.Fold.Chunked
35
-- Copyright : (c) 2021 Composewell Technologies

0 commit comments

Comments
 (0)