Cabal-version: >= 1.2.0.0 version: 0.0.5.0 name: only license: GPL license-file: LICENSE author: Andrew Robbins maintainer: Andrew Robbins copyright: 2008 Andrew Robbins category: Console build-type: Simple stability: Experimental synopsis: A grep-like tool for filtering on words or lines. description: The 'only' command-line tool lets you search based on word patterns or line patterns like never before! Not only can you search with 'only -l patt' but you can select the n-th match with '-l n\/patt\/' and the next 3 lines with '-l \/patt\/0:3'. extra-source-files: AUTHORS LICENSE README only.1 tests/e-both.txt tests/i-all.sh tests/Makefile tests/README tests/t-eq-abs.sh tests/t-eq-nil.sh tests/t-eq-regex-char.sh tests/t-eq-regex-zero.sh tests/t-eq-regex.sh tests/t-grep-after.sh tests/t-grep-before.sh tests/t-grep-dot.sh tests/t-grep-to.sh executable only main-is: only.hs build-depends: base, parsec, regex-compat