Skip to content

Commit

Permalink
ci: try fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Oct 29, 2024
1 parent 41d3ab9 commit 6bcdc3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fsnotify.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ library
if os(linux)
other-modules:
System.FSNotify.Linux
System.FSNotify.Linux.Util
build-depends:
hinotify >=0.3.7
, unix >=2.7.1.0
Expand Down
1 change: 1 addition & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ library:
- condition: os(linux)
other-modules:
- System.FSNotify.Linux
- System.FSNotify.Linux.Util
dependencies:
- hinotify >= 0.3.7
- unix >= 2.7.1.0
Expand Down

0 comments on commit 6bcdc3b

Please sign in to comment.