stack: fix build

This commit is contained in:
Michal Vasilek 2022-10-09 01:05:04 +02:00
parent 59b4ee1a59
commit d5645d1a6f
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
src/Stack/FileWatch.hs:29:49: error: Not in scope: confUsePolling
|
29 | fileWatchPoll = fileWatchConf $ defaultConfig { confUsePolling = True }
| ^^^^^^^^^^^^^^
--- a/stack.cabal
+++ b/stack.cabal
@@ -256,7 +256,7 @@ library
file-embed >=0.0.14.0,
filelock >=0.1.1.5,
filepath >=1.4.2.1,
- fsnotify >=0.3.0.1,
+ fsnotify >=0.3.0.1 && <0.4.0.0,
generic-deriving >=1.13.1,
hackage-security >=0.6.0.1,
hashable >=1.3.0.0,