diff --git a/app/Main.hs b/app/Main.hs
deleted file mode 100644
--- a/app/Main.hs
+++ /dev/null
@@ -1,14 +0,0 @@
-import Notify
-import Protolude
-
-main :: IO ()
-main = do
-  watch "/Users/stoeffel/nri/noredink" [".elm"] callback
-  putText "done"
-
-callback :: Event -> IO ()
-callback event = do
-  putText "Callback"
-  print event
-  threadDelay 10000000
-  putText "done"
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.2
+version:             0.1.0.3
 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
@@ -23,17 +23,6 @@
                      , filepath == 1.4.1.1
                      , unix == 2.7.2.1
                      , process == 1.4.3.0
-  default-language:    Haskell2010
-  default-extensions:  OverloadedStrings, NoImplicitPrelude
-  extra-libraries:     notifier, pthread
-
-executable hs-rs-notify
-  hs-source-dirs:      app
-  main-is:             Main.hs
-  ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N
-  build-depends:       base
-                     , hs-rs-notify
-                     , protolude >= 0.1.6 && < 0.2
   default-language:    Haskell2010
   default-extensions:  OverloadedStrings, NoImplicitPrelude
   extra-libraries:     notifier, pthread
