tibetan-utils 0.1.1.3 → 0.1.1.4
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- tibetan-utils.cabal +2/−2
tibetan-utils.cabal view
@@ -1,5 +1,5 @@ name: tibetan-utils-version: 0.1.1.3+version: 0.1.1.4 synopsis: Parse and display tibetan numerals description: Please see README.md homepage: https://github.com/vmchale/tibetan-utils#readme@@ -18,7 +18,7 @@ exposed-modules: Text.Megaparsec.Lexer.Tibetan , Text.Megaparsec.Char.Tibetan , TextShow.Data.Integral.Tibetan- build-depends: base >= 4.7 && < 5+ build-depends: base >= 4.8 && < 5 , megaparsec >= 6.0 , text , composition