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.5
+version:             0.1.0.6
 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
@@ -11,6 +11,7 @@
 category:            Web
 build-type:          Simple
 extra-source-files:  README.md
+                   , includes/*.dylib
 cabal-version:       >=1.10
 
 library
@@ -25,7 +26,7 @@
                      , process == 1.4.3.0
   default-language:    Haskell2010
   default-extensions:  OverloadedStrings, NoImplicitPrelude, NamedFieldPuns
-  extra-libraries:     notifier
+  include-dirs:        includes
 
 test-suite hs-rs-notify-test
   type:                exitcode-stdio-1.0
diff --git a/includes/libnotifier.dylib b/includes/libnotifier.dylib
new file mode 100644
Binary files /dev/null and b/includes/libnotifier.dylib differ
