We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f7c33 commit 879510dCopy full SHA for 879510d
1 file changed
streamly-examples.cabal
@@ -67,6 +67,7 @@ common exe-dependencies
67
streamly == 0.11.0
68
-- , streamly-fsevents == 0.1.0
69
, streamly-core == 0.3.0
70
+ , streamly-fsevents == 0.1.0
71
, base >= 4.9 && < 4.22
72
, directory >= 1.2 && < 1.4
73
, transformers >= 0.4 && < 0.7
@@ -352,13 +353,13 @@ executable Split
352
353
else
354
buildable: False
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
+executable FileSystemEvent
+ import: exe-options-threaded
+ main-is: FileSystemEvent.hs
+ if !impl(ghcjs)
+ buildable: True
+ else
362
+ buildable: False
363
364
executable DateTimeParser
365
import: exe-options
0 commit comments