hs-rs-notify 0.1.0.17 → 0.1.0.18
raw patch · 1 files changed
+2/−1 lines, 1 files
Files
- hs-rs-notify.cabal +2/−1
hs-rs-notify.cabal view
@@ -1,5 +1,5 @@ name: hs-rs-notify-version: 0.1.0.17+version: 0.1.0.18 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,6 +27,7 @@ default-language: Haskell2010 default-extensions: OverloadedStrings, NoImplicitPrelude, NamedFieldPuns include-dirs: notifier/target/release+ install-includes: notifier/target/release/libnotifier.dylib executable notify hs-source-dirs: app