packages feed

api-opentheory-unicode-1.2: api-opentheory-unicode.cabal

name: api-opentheory-unicode
version: 1.2
category: Text
synopsis: OpenTheory unicode character API
license: MIT
license-file: LICENSE
cabal-version: >= 1.8.0.2
build-type: Simple
data-files: test/*.txt test/valid/*.txt test/invalid/*.txt
author: Joe Leslie-Hurd <joe@gilith.com>
maintainer: Joe Leslie-Hurd <joe@gilith.com>
description:
  This package provides an API to the unicode character package
  opentheory-unicode which is automatically generated by OpenTheory.

Library
  build-depends:
    base >= 4.0 && < 5.0,
    bytestring >= 0.9 && < 1.0,
    opentheory-unicode >= 1.0 && < 2.0
  hs-source-dirs: src
  ghc-options: -Wall
  exposed-modules:
    Unicode

test-suite api-opentheory-unicode-test
  type: exitcode-stdio-1.0
  build-depends:
    base >= 4.0 && < 5.0,
    bytestring >= 0.9 && < 1.0,
    directory >= 1.0 && < 2.0,
    opentheory-unicode >= 1.0 && < 2.0
  hs-source-dirs: src
  ghc-options: -Wall
  main-is: Test.hs