diff --git a/fsnotify.cabal b/fsnotify.cabal index 32cace4..882fb9d 100644 --- a/fsnotify.cabal +++ b/fsnotify.cabal @@ -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 diff --git a/package.yaml b/package.yaml index 5bc9d3b..c1ad00a 100644 --- a/package.yaml +++ b/package.yaml @@ -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