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