wordchoice 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- stack.yaml +1/−1
- wordchoice.cabal +2/−2
stack.yaml view
@@ -1,4 +1,4 @@-resolver: lts-8.22+resolver: lts-8.23 packages: - '.' extra-deps: []
wordchoice.cabal view
@@ -1,5 +1,5 @@ name: wordchoice-version: 0.1.1.0+version: 0.1.1.1 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@@ -27,7 +27,7 @@ , Data.Text.WordCount.Exec other-modules: Paths_wordchoice , Data.Text.WordCount.FileRead- build-depends: base >= 4.7 && < 5+ build-depends: base >= 4.8 && < 5 , pandoc , containers , Glob