packages feed

fsnotify 0.0.10 → 0.0.11

raw patch · 2 files changed

+4/−5 lines, 2 filesdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers

API changes (from Hackage documentation)

Files

fsnotify.cabal view
@@ -1,5 +1,5 @@ Name:                   fsnotify-Version:                0.0.10+Version:                0.0.11 Author:                 Mark Dittmer <mark.s.dittmer@gmail.com> Maintainer:             Mark Dittmer <mark.s.dittmer@gmail.com>, Greg Weber <greg@gregweber.info> License:                BSD3@@ -20,7 +20,7 @@  Library   Build-Depends:          base >= 4.3.1.0 && < 5-                        , containers >= 0.4.2.1+                        , containers >= 0.4                         , system-fileio >= 0.3.8 && < 0.4                         , system-filepath >= 0.4.6 && <= 0.5                         , text >= 0.11.0@@ -52,7 +52,7 @@ --   hs-source-dirs: src, test --   main-is: watch-here.hs --   build-depends:  base---                 , containers >= 0.4.2.1+--                 , containers >= 0.4 --                 , directory >= 1.1.0.2 --                 , filepath >= 1.3.0.0 --                 , Glob >= 0.7.1@@ -71,7 +71,7 @@   Build-depends:          base >= 4.3.1.0                         , bytestring >= 0.9.2.1                         , Cabal >= 1.14.0-                        , containers >= 0.4.2.1+                        , containers >= 0.4                         , Glob >= 0.7.1                         , hspec >= 1.3.0                         , random >= 1.0.1.1
test/Util.hs view
@@ -18,7 +18,6 @@ import System.IO.Error (isPermissionError) import System.FSNotify import System.FSNotify.Path-import System.FSNotify.Types import System.Random import System.Timeout (timeout)