Skip to content

Commit

Permalink
Add constraint fsnotify < 0.4
Browse files Browse the repository at this point in the history
fsnotify-0.4.0.0, released on 15 September 2022, introduces a breaking change with `WatchConfig`. This change allows Stack to build with Cabal (the tool).
  • Loading branch information
mpilgrem committed Sep 19, 2022
1 parent eafeb4d commit 92b9622
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies:
- file-embed
- filelock
- filepath
- fsnotify
- fsnotify < 0.4
- generic-deriving
- hackage-security
- hashable
Expand Down
8 changes: 4 additions & 4 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ library
, file-embed
, filelock
, filepath
, fsnotify
, fsnotify <0.4
, generic-deriving
, hackage-security
, hashable
Expand Down Expand Up @@ -376,7 +376,7 @@ executable stack
, file-embed
, filelock
, filepath
, fsnotify
, fsnotify <0.4
, generic-deriving
, hackage-security
, hashable
Expand Down Expand Up @@ -499,7 +499,7 @@ executable stack-integration-test
, file-embed
, filelock
, filepath
, fsnotify
, fsnotify <0.4
, generic-deriving
, hackage-security
, hashable
Expand Down Expand Up @@ -630,7 +630,7 @@ test-suite stack-test
, file-embed
, filelock
, filepath
, fsnotify
, fsnotify <0.4
, generic-deriving
, hackage-security
, hashable
Expand Down

0 comments on commit 92b9622

Please sign in to comment.