packages feed

wordchoice 0.1.2.2 → 0.1.2.3

raw patch · 1 files changed

+6/−4 lines, 1 filesdep +transformersPVP ok

version bump matches the API change (PVP)

Dependencies added: transformers

API changes (from Hackage documentation)

Files

wordchoice.cabal view
@@ -1,13 +1,13 @@ name:                wordchoice-version:             0.1.2.2+version:             0.1.2.3 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 license:             BSD3 license-file:        LICENSE-author:              Author name here-maintainer:          example@example.com-copyright:           2017 Author name here+author:              Vanessa McHale+maintainer:          vanessa.mchale@reconfigure.io+copyright:           2017 Vanessa McHale category:            Web build-type:          Simple extra-source-files:  README.md@@ -41,6 +41,8 @@                      , system-filepath                      , Chart-diagrams                      , lens+  if impl(ghc == 7.10)+    build-depends: transformers   default-language:    Haskell2010   default-extensions:  OverloadedStrings