fswatch 0.1.0.4 → 0.1.0.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~fsnotifyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: fsnotify
API changes (from Hackage documentation)
Files
- fswatch.cabal +2/−2
fswatch.cabal view
@@ -1,6 +1,6 @@ name: fswatch -version: 0.1.0.4 +version: 0.1.0.5 synopsis: File System watching tool with cli and slave functionalities. description: File System watching tool with cli and slave lib (with os process) functionalities. category: Filesystem @@ -20,7 +20,7 @@ build-depends: base >=4.9 && <4.12 , haskeline >=0.7 && <0.8 , directory >=1.3.0 - , fsnotify >=0.2.1 + , fsnotify >=0.3.0.1 , optparse-applicative >= 0.13.2 , process >=1.4 hs-source-dirs: src