From 70ef64c132d269c26452230de57f973854c1077f Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Sun, 27 Oct 2024 00:34:39 +0530 Subject: [PATCH] Update the extra-source-file list --- streamly.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/streamly.cabal b/streamly.cabal index 035d93de0e..6c7295e28b 100644 --- a/streamly.cabal +++ b/streamly.cabal @@ -72,6 +72,7 @@ extra-source-files: benchmark/bench-runner/Main.hs benchmark/bench-runner/bench-runner.cabal benchmark/Streamly/Benchmark/Data/*.hs + benchmark/Streamly/Benchmark/Data/Scanl/*.hs benchmark/Streamly/Benchmark/Data/Fold/*.hs benchmark/Streamly/Benchmark/Data/Serialize/*.hs benchmark/Streamly/Benchmark/Data/Array/Common.hs @@ -135,6 +136,7 @@ extra-source-files: test/Streamly/Test/Data/Fold/*.hs test/lib/Streamly/Test/Common.hs test/lib/Streamly/Test/Prelude/Common.hs + test/lib/Streamly/Test/Parser/Common.hs test/streamly-tests.cabal test/version-bounds.hs test/Streamly/Test/Unicode/ucd/NormalizationTest.txt