fix:ui: require fsnotify-0.4.2.0+, detecting events more reliably on mac
This requires hfsevents-0.1.8 which fixes some events being ignored on mac (https://github.com/luite/hfsevents/pull/19), possibly making hledger-ui --watch more reliable in that regard.
This commit is contained in:
parent
666abefba9
commit
cf03f7e428
@ -97,7 +97,7 @@ library:
|
||||
- doclayout >=0.3 && <0.6
|
||||
- extra >=1.7.11
|
||||
- filepath
|
||||
- fsnotify >=0.4 && <0.5
|
||||
- fsnotify >=0.4.2.0 && <0.5
|
||||
- githash >=0.1.6.2
|
||||
- microlens >=0.4
|
||||
- microlens-platform >=0.2.3.1
|
||||
|
||||
@ -30,7 +30,7 @@ extra-deps:
|
||||
# for hledger-ui:
|
||||
- brick-2.3.1
|
||||
- bimap-0.5.0
|
||||
- fsnotify-0.4.0.0
|
||||
- fsnotify-0.4.2.0
|
||||
- text-zipper-0.13
|
||||
- vty-6.2
|
||||
- vty-crossplatform-0.4.0.0
|
||||
|
||||
@ -31,7 +31,7 @@ extra-deps:
|
||||
- vty-unix-0.2.0.0
|
||||
- vty-windows-0.2.0.2
|
||||
- text-zipper-0.13
|
||||
- fsnotify-0.4.1.0
|
||||
- fsnotify-0.4.2.0
|
||||
# for hledger-web:
|
||||
# for Shake.hs:
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ extra-deps:
|
||||
- vty-unix-0.2.0.0
|
||||
- vty-windows-0.2.0.2
|
||||
- text-zipper-0.13
|
||||
- fsnotify-0.4.1.0
|
||||
- fsnotify-0.4.2.0
|
||||
# for hledger-web:
|
||||
# for Shake.hs:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user