diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -10,6 +10,7 @@
 copyLib ::
      PackageDescription -> LocalBuildInfo -> UserHooks -> CopyFlags -> IO ()
 copyLib pkg_descr lbi _ flags = do
+  print "copy lib notifier"
   let libPref =
         libdir . absoluteInstallDirs pkg_descr lbi . fromFlag . copyDest $ flags
   rawSystemExit
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.15
+version:             0.1.0.16
 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
