packages feed

fswatch 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basedep ~process

Dependency ranges changed: base, process

Files

fswatch.cabal view
@@ -1,6 +1,6 @@ 
 name:                fswatch
-version:             0.1.0.1
+version:             0.1.0.2
 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
@@ -17,12 +17,12 @@   exposed-modules:     System.FSWatch
                      , System.FSWatch.Repr
                      , System.FSWatch.Slave
-  build-depends:       base >=4.9 && <4.10
+  build-depends:       base >=4.10 && <4.11
                      , haskeline >=0.7 && <0.8
                      , directory >=1.3.0
                      , fsnotify >=0.2.1
                      , optparse-applicative >= 0.13.2
-                     , process >=1.4.3
+                     , process >=1.6
   hs-source-dirs:      src
   default-language:    Haskell2010
 
@@ -30,7 +30,7 @@   ghc-options:         -threaded
   main-is:             Main.hs
   other-extensions:    ViewPatterns, RecordWildCards
-  build-depends:       base >=4.9 && <4.10
+  build-depends:       base >=4.10 && <4.11
                      , haskeline >=0.7 && <0.8
                      , directory >=1.3.0
                      , fsnotify >=0.2.1