packages feed

hinotify 0.4 → 0.4.1

raw patch · 1 files changed

+6/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hinotify.cabal view
@@ -1,5 +1,5 @@ name:               hinotify-version:            0.4+version:            0.4.1 build-type:         Simple synopsis:           Haskell binding to inotify description:@@ -7,7 +7,8 @@     allowing applications to subscribe to notifications when a file is     accessed or modified. category:           System-homepage:           https://github.com/kolmodin/hinotify.git+homepage:           https://github.com/kolmodin/hinotify+bug-reports:        https://github.com/kolmodin/hinotify/issues license:            BSD3 license-file:       LICENSE author:             Lennart Kolmodin@@ -32,6 +33,9 @@     ghc-options: -Wall     includes: sys/inotify.h     hs-source-dirs: src++    if os(freebsd) || os(openbsd)+      extra-libraries: inotify  test-suite test001     type: exitcode-stdio-1.0