From 4c0d82e6eb9565483a4fe6f9129e1f4c234b34f1 Mon Sep 17 00:00:00 2001 From: Alice Rixte <12593462+AliceRixte@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:57:57 +0200 Subject: [PATCH] Rename Darwin.m to Darwin.c, fixes #2844 (#2867) --- 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)