Skip to content

Commit 3d8fab1

Browse files
Fix extra-source-files for newly added test files
1 parent b160d0b commit 3d8fab1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

streamly.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ extra-source-files:
129129
test/Streamly/Test/Data/*.hs
130130
test/Streamly/Test/Data/Array/*.hs
131131
test/Streamly/Test/Data/MutArray/*.hs
132+
test/Streamly/Test/Data/Parser/*.hs
132133
test/Streamly/Test/Data/ParserK/*.hs
134+
test/Streamly/Test/Data/RingArray/*.hs
133135
test/Streamly/Test/Data/Stream/*.hs
134136
test/Streamly/Test/Data/Stream/MkType/*.hs
135137
test/Streamly/Test/Data/Stream/Prelude/*.hs
@@ -153,8 +155,7 @@ extra-source-files:
153155
test/lib/Streamly/Test/Common.hs
154156
test/lib/Streamly/Test/Control/Exception/Common.hs
155157
test/lib/Streamly/Test/Prelude/Common.hs
156-
test/lib/Streamly/Test/Data/Parser/CommonTests.hs
157-
test/lib/Streamly/Test/Data/Parser/CommonUtilities.hs
158+
test/lib/Streamly/Test/Data/Parser/*.hs
158159
test/streamly-tests.cabal
159160
test/version-bounds.hs
160161

0 commit comments

Comments
 (0)