Skip to content

Commit 879510d

Browse files
committed
Uncomment the filesystem events example
1 parent 94f7c33 commit 879510d

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

streamly-examples.cabal

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ common exe-dependencies
6767
streamly == 0.11.0
6868
-- , streamly-fsevents == 0.1.0
6969
, streamly-core == 0.3.0
70+
, streamly-fsevents == 0.1.0
7071
, base >= 4.9 && < 4.22
7172
, directory >= 1.2 && < 1.4
7273
, transformers >= 0.4 && < 0.7
@@ -352,13 +353,13 @@ executable Split
352353
else
353354
buildable: False
354355

355-
-- executable FileSystemEvent
356-
-- import: exe-options-threaded
357-
-- main-is: FileSystemEvent.hs
358-
-- if !impl(ghcjs)
359-
-- buildable: True
360-
-- else
361-
-- buildable: False
356+
executable FileSystemEvent
357+
import: exe-options-threaded
358+
main-is: FileSystemEvent.hs
359+
if !impl(ghcjs)
360+
buildable: True
361+
else
362+
buildable: False
362363

363364
executable DateTimeParser
364365
import: exe-options

0 commit comments

Comments
 (0)