diff --git a/streamly.cabal b/streamly.cabal index 649b87e0e9..66a42c9d85 100644 --- a/streamly.cabal +++ b/streamly.cabal @@ -160,6 +160,7 @@ extra-source-files: core/src/Streamly/Internal/Data/Producer.hs core/src/Streamly/Internal/Data/Producer/Source.hs core/src/Streamly/Internal/Data/Parser/ParserK/Type.hs + core/src/Streamly/Internal/Data/Parser/ParserD/NonFailing.hs core/src/Streamly/Internal/Data/Parser/ParserD/Type.hs core/src/Streamly/Internal/Data/Pipe/Type.hs core/src/Streamly/Internal/Data/Unboxed.hs @@ -565,6 +566,7 @@ library , Streamly.Internal.Data.Producer.Source , Streamly.Internal.Data.Parser.ParserK.Type + , Streamly.Internal.Data.Parser.ParserD.NonFailing , Streamly.Internal.Data.Parser.ParserD.Type , Streamly.Internal.Data.Pipe.Type