hinotify 0.3.10 → 0.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~asyncPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: async
API changes (from Hackage documentation)
Files
- hinotify.cabal +2/−2
hinotify.cabal view
@@ -1,5 +1,5 @@ name: hinotify-version: 0.3.10+version: 0.4 build-type: Simple synopsis: Haskell binding to inotify description:@@ -22,7 +22,7 @@ library default-language: Haskell2010 build-depends: base >= 4.5.0.0 && < 5, bytestring, containers, unix,- async >= 1.0 && < 2.3+ async == 2.* exposed-modules: System.INotify