Skip to content

Commit cc0c2ef

Browse files
committed
system-fileio/test-suite/other-modules: listing must be os-dependent
1 parent cf11d8a commit cc0c2ef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

system-fileio/system-fileio.cabal

+5-4
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ test-suite filesystem_tests
104104
if os(darwin)
105105
cpp-options: -DCABAL_OS_DARWIN
106106

107-
other-modules:
108-
FilesystemTests.Posix
109-
FilesystemTests.Util
110-
FilesystemTests.Windows
107+
other-modules: FilesystemTests.Util
108+
if os(windows)
109+
other-modules: FilesystemTests.Windows
110+
else
111+
other-modules: FilesystemTests.Posix
111112

112113
default-language: Haskell2010

0 commit comments

Comments
 (0)