steeloverseer 1.1.0.3 → 1.1.0.4
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- src/Main.hs +1/−1
- steeloverseer.cabal +2/−2
src/Main.hs view
@@ -50,7 +50,7 @@ header = "Usage: sos [vb] -c command -p pattern" version :: String-version = "\nSteel Overseer 1.1.0.3\n"+version = "\nSteel Overseer 1.1.0.4\n" startWithOpts :: Options -> IO () startWithOpts opts = do
steeloverseer.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: steeloverseer-version: 1.1.0.3+version: 1.1.0.4 synopsis: A file watcher. description: A command line tool that responds to filesystem events. Allows the user to automatically execute commands after files are added or updated. Watches files using regular expressions. license: BSD3@@ -25,7 +25,7 @@ hs-source-dirs: src main-is: Main.hs other-modules: SOS, ANSIColors- build-depends: base >=4.5 && <4.8,+ build-depends: base >=4.5 && <4.9, fsnotify >=0.0.11, system-filepath >=0.4.7, process >= 1.1.0.2,