Wordlint 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~cmdargs
Dependency ranges changed: cmdargs
Files
- Wordlint.cabal +6/−6
- man/man1/wordlint.1 +1/−1
Wordlint.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: Wordlint-version: 0.2.0.0+version: 0.2.0.1 synopsis: Plaintext prose redundancy linter. description: Wordlint locates matching pairs of words repeated within a user-defined@@ -25,8 +25,9 @@ Finally, these Wordpairs are optionally filtered by the difference in their positions (another user-specified option). All remaining Wordpairs are processed for printing to stdout in machine-readable (default) or- human-readable format. A plugin also exists for integration with Vim - (https:\/\/github.com\/gbgar\/wordcheck.vim).+ human-readable format. Plugins exist for integration with Vim + (https:\/\/github.com\/gbgar\/Wordlint.vim) and Emacs+ (https:\/\/github.com\/gbgar\/wordlint.el). homepage: https://github.com/gbgar/Wordlint license: OtherLicense@@ -43,10 +44,9 @@ executable wordlint main-is: Wordlint.hs- -- other-modules: other-extensions: DeriveDataTypeable- build-depends: base >=4.7 && <4.8, cmdargs >=0.10 && <0.11, boxes >=0.1 && <0.2- -- hs-source-dirs: + build-depends: base >=4.7 && <4.8, cmdargs >=0.10.0 && <0.11.0, boxes >=0.1 && <0.2+ -- hs-source-dirs: . default-language: Haskell2010 ghc-options: -O2
man/man1/wordlint.1 view
@@ -1,4 +1,4 @@-.TH "WORDLINT" "1" "2015\-02\-24" "0.2.0.0+.TH "WORDLINT" "1" "2015\-02\-24" "0.2.0.1 .SH Name .PP wordlint \- plaintext redundancy linter