From 41411843f8cbb33704d5a882236568dbb2a40a21 Mon Sep 17 00:00:00 2001 From: Alice Rixte Date: Sun, 13 Oct 2024 22:07:30 +0200 Subject: [PATCH] Fix #2844 --- src/Streamly/Internal/FileSystem/Event/{Darwin.m => Darwin.c} | 0 streamly.cabal | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/Streamly/Internal/FileSystem/Event/{Darwin.m => Darwin.c} (100%) diff --git a/src/Streamly/Internal/FileSystem/Event/Darwin.m b/src/Streamly/Internal/FileSystem/Event/Darwin.c similarity index 100% rename from src/Streamly/Internal/FileSystem/Event/Darwin.m rename to src/Streamly/Internal/FileSystem/Event/Darwin.c diff --git a/streamly.cabal b/streamly.cabal index 5706fb0b17..55c787972a 100644 --- a/streamly.cabal +++ b/streamly.cabal @@ -442,7 +442,7 @@ library if os(darwin) include-dirs: src/Streamly/Internal - c-sources: src/Streamly/Internal/FileSystem/Event/Darwin.m + c-sources: src/Streamly/Internal/FileSystem/Event/Darwin.c exposed-modules: Streamly.Internal.FileSystem.Event.Darwin if os(linux)