diff --git a/hs-rs-notify.cabal b/hs-rs-notify.cabal
--- a/hs-rs-notify.cabal
+++ b/hs-rs-notify.cabal
@@ -1,5 +1,5 @@
 name:                hs-rs-notify
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Experimental! Wraps this awesome rust library so you can use it in haskell. https://docs.rs/crate/notify
 -- description:
 homepage:            https://github.com/NoRedInk/hs-rs-notify#readme
@@ -25,6 +25,7 @@
                      , process == 1.4.3.0
   default-language:    Haskell2010
   default-extensions:  OverloadedStrings, NoImplicitPrelude
+  extra-libraries:     notifier, pthread
 
 executable hs-rs-notify
   hs-source-dirs:      app
