File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ test-suite FileSystem.Event
428428 ghc-options : -main-is Streamly.Test.FileSystem.Event
429429 main-is : Streamly/Test/FileSystem/Event.hs
430430 other-modules : Streamly.Test.FileSystem.Event.Common
431- if !(os(linux) || os(darwin) || os(windows)) || flag(use-streamly-core)
431+ if !(( os(linux) && impl(ghc >= 9.4 ) ) || os(darwin) || os(windows)) || flag(use-streamly-core)
432432 buildable : False
433433
434434test-suite FileSystem.Event.Darwin
@@ -448,7 +448,7 @@ test-suite FileSystem.Event.Linux
448448 other-modules : Streamly.Test.FileSystem.Event.Common
449449 cpp-options : -DFILESYSTEM_EVENT_LINUX
450450 ghc-options : -main-is Streamly.Test.FileSystem.Event.Linux
451- if !os(linux) || flag(use-streamly-core)
451+ if impl(ghc < 9.4 ) || !os(linux) || flag(use-streamly-core)
452452 buildable : False
453453
454454test-suite FileSystem.Event.Windows
You can’t perform that action at this time.
0 commit comments