We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a5ce7 commit 128ae76Copy full SHA for 128ae76
1 file changed
streamly.cabal
@@ -160,6 +160,7 @@ extra-source-files:
160
core/src/Streamly/Internal/Data/Producer.hs
161
core/src/Streamly/Internal/Data/Producer/Source.hs
162
core/src/Streamly/Internal/Data/Parser/ParserK/Type.hs
163
+ core/src/Streamly/Internal/Data/Parser/ParserD/NonFailing.hs
164
core/src/Streamly/Internal/Data/Parser/ParserD/Type.hs
165
core/src/Streamly/Internal/Data/Pipe/Type.hs
166
core/src/Streamly/Internal/Data/Unboxed.hs
@@ -565,6 +566,7 @@ library
565
566
, Streamly.Internal.Data.Producer.Source
567
568
, Streamly.Internal.Data.Parser.ParserK.Type
569
+ , Streamly.Internal.Data.Parser.ParserD.NonFailing
570
, Streamly.Internal.Data.Parser.ParserD.Type
571
, Streamly.Internal.Data.Pipe.Type
572
0 commit comments