diff --git a/hinotify.cabal b/hinotify.cabal
--- a/hinotify.cabal
+++ b/hinotify.cabal
@@ -1,5 +1,5 @@
 name:               hinotify
-version:            0.4
+version:            0.4.1
 build-type:         Simple
 synopsis:           Haskell binding to inotify
 description:
@@ -7,7 +7,8 @@
     allowing applications to subscribe to notifications when a file is
     accessed or modified.
 category:           System
-homepage:           https://github.com/kolmodin/hinotify.git
+homepage:           https://github.com/kolmodin/hinotify
+bug-reports:        https://github.com/kolmodin/hinotify/issues
 license:            BSD3
 license-file:       LICENSE
 author:             Lennart Kolmodin
@@ -32,6 +33,9 @@
     ghc-options: -Wall
     includes: sys/inotify.h
     hs-source-dirs: src
+
+    if os(freebsd) || os(openbsd)
+      extra-libraries: inotify
 
 test-suite test001
     type: exitcode-stdio-1.0
