hs-rs-notify 0.1.0.15 → 0.1.0.16
raw patch · 2 files changed
+2/−1 lines, 2 filessetup-changed
Files
- Setup.hs +1/−0
- hs-rs-notify.cabal +1/−1
Setup.hs view
@@ -10,6 +10,7 @@ copyLib :: PackageDescription -> LocalBuildInfo -> UserHooks -> CopyFlags -> IO () copyLib pkg_descr lbi _ flags = do+ print "copy lib notifier" let libPref = libdir . absoluteInstallDirs pkg_descr lbi . fromFlag . copyDest $ flags rawSystemExit
hs-rs-notify.cabal view
@@ -1,5 +1,5 @@ name: hs-rs-notify-version: 0.1.0.15+version: 0.1.0.16 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