name: api-opentheory-unicode
version: 1.0
category: Text
synopsis: OpenTheory unicode character API
license: MIT
license-file: LICENSE
cabal-version: >= 1.8.0.2
build-type: Simple
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
executable api-opentheory-unicode-test
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, testsrc
ghc-options: -Wall
main-is: Main.hs