hs-rs-notify 0.1.0.11 → 0.1.0.12
raw patch · 2 files changed
+3/−5 lines, 2 files
Files
- app/Main.hs +2/−3
- hs-rs-notify.cabal +1/−2
app/Main.hs view
@@ -11,9 +11,8 @@ {pathToWatch = "./", relevantExtensions = [".hs"], debounceInSecs = 0} callback putText- getChar+ _ <- getChar pure () callback :: IO ()-callback = do- putText "Callback"+callback = putText "Callback"
hs-rs-notify.cabal view
@@ -1,5 +1,5 @@ name: hs-rs-notify-version: 0.1.0.11+version: 0.1.0.12 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@@ -27,7 +27,6 @@ default-language: Haskell2010 default-extensions: OverloadedStrings, NoImplicitPrelude, NamedFieldPuns include-dirs: notifier/target/release- extra-libraries: notifier, pthread executable notify hs-source-dirs: app