miniutter 0.5.1.1 → 0.5.1.2
raw patch · 4 files changed
+6/−5 lines, 4 filesdep ~basedep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, text
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- NLP/Miniutter/English.hs +1/−0
- README.md +0/−1
- miniutter.cabal +4/−3
LICENSE view
@@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2015-2020, Mikolaj Konarski+Copyright (c) 2015-2022, Mikolaj Konarski All rights reserved. Redistribution and use in source and binary forms, with or without
NLP/Miniutter/English.hs view
@@ -414,6 +414,7 @@ , ("information", "information") , ("whiff", "whiffs") , ("graffiti", "graffiti")+ , ("stomach", "stomachs") ] generateCapitalized :: (Text, Text) -> [(Text, Text)]
README.md view
@@ -1,7 +1,6 @@ miniutter ========= -[](http://travis-ci.org/Mikolaj/miniutter) [](https://hackage.haskell.org/package/miniutter) This library helps in generating simple present tense
miniutter.cabal view
@@ -5,7 +5,7 @@ -- PVP summary:+-+------- breaking API changes -- | | +----- minor or non-breaking API additions -- | | | +--- code changes with no API change-version: 0.5.1.1+version: 0.5.1.2 synopsis: Simple English clause creation from arbitrary words description: This library helps in generating simple present tense English sentences from short, parametrized descriptions.@@ -20,6 +20,7 @@ bug-reports: https://github.com/Mikolaj/miniutter/issues license: BSD3 license-file: LICENSE+tested-with: GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.3 || ==9.4 data-files: LICENSE, README.md author: Mikolaj Konarski maintainer: Mikolaj Konarski <mikolaj.konarski@funktory.com>@@ -33,9 +34,9 @@ library exposed-modules: NLP.Miniutter.English- build-depends: base >= 4.7 && < 5,+ build-depends: base >= 4.7 && < 99, binary >= 0.6.3.0 && < 1,- text >= 0.11.2.3 && < 2,+ text >= 0.11.2.3, containers >= 0.4.1 && < 1, minimorph >= 0.3.0.0 && < 1 if !impl(ghc >= 8.0)