packages feed

tibetan-utils-0.1.1.4: tibetan-utils.cabal

name:                tibetan-utils
version:             0.1.1.4
synopsis:            Parse and display tibetan numerals
description:         Please see README.md
homepage:            https://github.com/vmchale/tibetan-utils#readme
license:             BSD3
license-file:        LICENSE
author:              Vanessa McHale
maintainer:          tmchale@wisc.edu
copyright:           Copyright: (c) 2016 Vanessa McHale
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Text.Megaparsec.Lexer.Tibetan
                     , Text.Megaparsec.Char.Tibetan
                     , TextShow.Data.Integral.Tibetan
  build-depends:       base >= 4.8 && < 5
                     , megaparsec >= 6.0
                     , text
                     , composition
                     , text-show
                     , either
  default-language:    Haskell2010
  default-extensions:  OverloadedStrings

test-suite tibetan-utils-test
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  main-is:             Spec.hs
  build-depends:       base
                     , tibetan-utils
                     , hspec
                     , hspec-megaparsec
                     , text
                     , megaparsec
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/vmchale/tibetan-utils