tibetan-utils-0.1.1.5: tibetan-utils.cabal
cabal-version: >=1.10
name: tibetan-utils
version: 0.1.1.5
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2016-2018 Vanessa McHale
maintainer: vamchale@gmail.com
author: Vanessa McHale
homepage: https://github.com/vmchale/tibetan-utils#readme
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
cabal.project.local
stack.yaml
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 >=6.0,
text -any,
composition-prelude -any,
text-show -any,
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