packages feed

ztail 1.2.0.2 → 1.2.0.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~bytestringdep ~time

Dependency ranges changed: bytestring, time

Files

ztail.cabal view
@@ -1,5 +1,5 @@ Name:		ztail-Version:	1.2.0.2+Version:	1.2.0.3 Author:		Dylan Simon Maintainer:     dylan@dylex.net License:        BSD3@@ -28,12 +28,12 @@     Build-Depends:         base >= 4.9 && < 5,         unix == 2.7.*,-        time >= 1.5 && < 1.9,+        time >= 1.5 && < 1.12,         process >= 1.2 && < 1.7,         array == 0.5.*,         filepath == 1.4.*,-        bytestring == 0.10.*,+        bytestring >= 0.10 && < 1.12,         regex-posix < 1,         unordered-containers == 0.2.*     if flag(inotify)-        Build-Depends:	hinotify >= 0.3.6 && < 0.4+        Build-Depends:	hinotify >= 0.3.6 && < 0.5