tibetan-utils 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+3/−3 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 +1/−1
- tibetan-utils.cabal +2/−2
README.md view
@@ -2,4 +2,4 @@ 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 the pearser.+See [Text.Megaparsec](https://hackage.haskell.org/package/megaparsec) documentation for how to use the parser.
tibetan-utils.cabal view
@@ -1,5 +1,5 @@ name: tibetan-utils-version: 0.1.0.2+version: 0.1.0.3 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -40,7 +40,7 @@ main-is: Spec.hs build-depends: base >=4.9.0.0 && <4.10,- tibetan-utils >=0.1.0.2 && <0.2,+ tibetan-utils >=0.1.0.3 && <0.2, hspec >=2.3.2 && <2.4, hspec-megaparsec >=0.3.0 && <0.4, text >=1.2.2.1 && <1.3,