tibetan-utils 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~tibetan-utilsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tibetan-utils
API changes (from Hackage documentation)
Files
- README.md +3/−3
- tibetan-utils.cabal +3/−3
README.md view
@@ -1,5 +1,5 @@-## Tibetan numeral parser+## Tibetan numeral parser and to show objects with tibetan numerals. -Haskell library with test suite to parse Tibetan numerals as integers.+Haskell library (with test suite) to parse Tibetan numerals as integers and display integers as tibetan numerals. -See [Text.Megaparsec](https://hackage.haskell.org/package/megaparsec) documentation for how to use.+See [Text.Megaparsec](https://hackage.haskell.org/package/megaparsec) documentation for how to use the pearser.
tibetan-utils.cabal view
@@ -1,5 +1,5 @@ name: tibetan-utils-version: 0.1.0.0+version: 0.1.0.1 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -7,7 +7,7 @@ copyright: Copyright: (c) 2016 Vanessa McHale maintainer: tmchale@wisc.edu homepage: https://github.com/vmchale/tibetan-utils#readme-synopsis: Initial project template from stack+synopsis: Parse and display tibetan numerals description: Please see README.md category: Web@@ -40,7 +40,7 @@ main-is: Spec.hs build-depends: base >=4.9.0.0 && <4.10,- tibetan-utils >=0.1.0.0 && <0.2,+ tibetan-utils >=0.1.0.1 && <0.2, hspec >=2.2.4 && <2.3, hspec-megaparsec >=0.2.1 && <0.3, text >=1.2.2.1 && <1.3,