packages feed

hs-rs-notify 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+1/−26 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

− app/Main.hs
@@ -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"
hs-rs-notify.cabal view
@@ -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