cabal-version: >=1.10 name: tibetan-utils version: 0.1.1.9 x-revision: 1 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2016-2018 Vanessa McHale maintainer: vamchale@gmail.com author: Vanessa McHale synopsis: Parse and display tibetan numerals description: This package provides a [megaparsec](http://hackage.haskell.org/package/megaparsec) parser for Tibetan numerals, as well as efficient means to display numbers using Tibetan numerals. category: Web build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/vmchale/tibetan-utils library exposed-modules: Text.Megaparsec.Lexer.Tibetan Text.Megaparsec.Char.Tibetan TextShow.Data.Integral.Tibetan hs-source-dirs: src default-language: Haskell2010 default-extensions: OverloadedStrings build-depends: base >=4.8 && <5, megaparsec >=7.0 && <8.0, text -any, composition-prelude -any, text-show >=3.3, either -any test-suite tibetan-utils-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base -any, tibetan-utils -any, hspec -any, hspec-megaparsec -any, text -any, megaparsec -any