miniutter 0.4.4.0 → 0.4.4.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
- miniutter.cabal +1/−1
- test/test-miniutter.hs +2/−2
miniutter.cabal view
@@ -5,7 +5,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.4.4.0+version: 0.4.4.1 synopsis: Simple English clause creation from arbitrary words description: This library helps in generating simple present tense English sentences from short, parametrized descriptions.
test/test-miniutter.hs view
@@ -157,13 +157,13 @@ , tp [MU.Cardinal 131] "131" , tp [MU.Cardinal 131, MU.Ordinal 2] "131 second" , tp [MU.Cardinal (-3)] "-3"- , tp [MU.Cardinal 99999999999999992] "99999999999999992"+ , tp [MU.Cardinal 9999992] "9999992" , tp [MU.Ordinal 3] "third" , tp [MU.Ordinal 1111] "1111th" , tp [MU.Ordinal 131] "131st" , tp [MU.Ordinal 131, MU.Cardinal 2] "131st two" , tp [MU.Ordinal (-3)] "-3rd"- , tp [MU.Ordinal 99999999999999992] "99999999999999992nd"+ , tp [MU.Ordinal 9999992] "9999992nd" , tp [MU.CarWs 1 "blue dog"] "a blue dog" , tp [MU.CarWs 2 "blue elf"] "2 blue elves" , tp [MU.CardinalWs 2 " dog "] "two dog "