Fix freebsd build, fixes #1365

This commit is contained in:
Julian Ospald 2021-12-02 22:51:28 +01:00 committed by Adithya Kumar
parent a0206907da
commit c04060d233

View File

@ -318,6 +318,7 @@ library
if os(windows)
c-sources: src/Streamly/Internal/Data/Time/Clock/Windows.c
exposed-modules: Streamly.Internal.FileSystem.Event.Windows
, Streamly.Internal.FileSystem.Event
build-depends: Win32 >= 2.6 && < 2.13
if os(darwin)
@ -327,9 +328,11 @@ library
, src/Streamly/Internal/FileSystem/Event/Darwin.m
exposed-modules:
Streamly.Internal.FileSystem.Event.Darwin
, Streamly.Internal.FileSystem.Event
if os(linux)
exposed-modules: Streamly.Internal.FileSystem.Event.Linux
, Streamly.Internal.FileSystem.Event
hs-source-dirs: src
other-modules:
@ -505,7 +508,6 @@ library
, Streamly.Internal.FileSystem.File
, Streamly.Internal.FileSystem.FDIO
, Streamly.Internal.FileSystem.FD
, Streamly.Internal.FileSystem.Event
-- streamly-console
, Streamly.Internal.Console.Stdio