From 99d07904c90cf2fdcbb60c098e37acb4a895c780 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Thu, 20 Feb 2025 03:54:54 +0530 Subject: [PATCH] Update extra-source-files field in streamly.cabal --- streamly.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamly.cabal b/streamly.cabal index 55523cd35b..c86d961e20 100644 --- a/streamly.cabal +++ b/streamly.cabal @@ -129,7 +129,7 @@ extra-source-files: test/Streamly/Test/FileSystem/Event/Darwin.hs test/Streamly/Test/FileSystem/Event/Windows.hs test/Streamly/Test/FileSystem/Event/Linux.hs - test/Streamly/Test/FileSystem/Handle.hs + test/Streamly/Test/FileSystem/*.hs test/Streamly/Test/Network/Socket.hs test/Streamly/Test/Network/Inet/TCP.hs test/Streamly/Test/Prelude.hs