packages feed

fsnotify 0.0.5 → 0.0.6

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~hinotifyPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hinotify

API changes (from Hackage documentation)

Files

fsnotify.cabal view
@@ -1,5 +1,5 @@ Name:                   fsnotify-Version:                0.0.5+Version:                0.0.6 Author:                 Mark Dittmer <mark.s.dittmer@gmail.com> Maintainer:             Mark Dittmer <mark.s.dittmer@gmail.com>, Greg Weber <greg@gregweber.info> License:                BSD3@@ -86,7 +86,7 @@                         , uniqueid >= 0.1.1   if os(linux)     CPP-Options:        -DOS_Linux-    Build-Depends:      hinotify == 0.3.2+    Build-Depends:      hinotify >= 0.3.5 && < 0.4   else     if os(windows)       CPP-Options:      -DOS_Win32