wordchoice 0.1.2.3 → 0.1.2.4
raw patch · 1 files changed
+2/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- wordchoice.cabal +2/−3
wordchoice.cabal view
@@ -1,5 +1,5 @@ name: wordchoice-version: 0.1.2.3+version: 0.1.2.4 synopsis: Get word counts and distributions description: A command line tool to compute the word distribution from various types of document, converting to text with pandoc. homepage: https://github.com/githubuser/wordchoice#readme@@ -41,8 +41,7 @@ , system-filepath , Chart-diagrams , lens- if impl(ghc == 7.10)- build-depends: transformers+ , transformers default-language: Haskell2010 default-extensions: OverloadedStrings