hs-rs-notify 0.1.0.6 → 0.1.0.7
raw patch · 3 files changed
+3/−3 lines, 3 filesbinary-added
Files
- hs-rs-notify.cabal +3/−3
- includes/libnotifier.dylib binary
- notifier/target/release/libnotifier.dylib binary
hs-rs-notify.cabal view
@@ -1,5 +1,5 @@ name: hs-rs-notify-version: 0.1.0.6+version: 0.1.0.7 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@@ -11,7 +11,7 @@ category: Web build-type: Simple extra-source-files: README.md- , includes/*.dylib+ , notifier/target/release/*.dylib cabal-version: >=1.10 library@@ -26,7 +26,7 @@ , process == 1.4.3.0 default-language: Haskell2010 default-extensions: OverloadedStrings, NoImplicitPrelude, NamedFieldPuns- include-dirs: includes+ include-dirs: notifier/target/release test-suite hs-rs-notify-test type: exitcode-stdio-1.0
− includes/libnotifier.dylib
binary file changed (2092136 → absent bytes)
+ notifier/target/release/libnotifier.dylib view
binary file changed (absent → 2092136 bytes)