We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defc34f commit f85dcf7Copy full SHA for f85dcf7
2 files changed
core/src/Streamly/Internal/Data/Array/Stream.hs
@@ -1,4 +1,5 @@
1
{-# OPTIONS_GHC -Wno-deprecations #-}
2
+{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
3
-- |
4
-- Module : Streamly.Internal.Data.Array.Stream
5
-- Copyright : (c) 2019 Composewell Technologies
core/src/Streamly/Internal/Data/Fold/Chunked.hs
@@ -1,3 +1,5 @@
+
-- Module : Streamly.Internal.Data.Fold.Chunked
-- Copyright : (c) 2021 Composewell Technologies
0 commit comments