packages feed

opentheory-unicode-1.137: opentheory-unicode.cabal

name: opentheory-unicode
version: 1.137
category: Text
synopsis: Unicode characters
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:
  Unicode characters - this package was automatically generated from the
  OpenTheory package char-1.137

library
  build-depends:
    base >= 4.0 && < 5.0,
    QuickCheck >= 2.4.0.1 && < 3.0,
    opentheory-primitive >= 1.3 && < 2.0,
    opentheory >= 1.193 && < 1.196,
    opentheory-byte >= 1.123 && < 1.124,
    opentheory-bits >= 1.63 && < 1.64,
    opentheory-parser >= 1.154 && < 1.156,
    opentheory-probability >= 1.46 && < 1.47

  hs-source-dirs: src

  ghc-options: -Wall

  exposed-modules:
    OpenTheory.Unicode
    OpenTheory.Unicode.UTF8

executable opentheory-unicode-test
  build-depends:
    base >= 4.0 && < 5.0,
    QuickCheck >= 2.4.0.1 && < 3.0,
    opentheory-primitive >= 1.3 && < 2.0,
    opentheory >= 1.193 && < 1.196,
    opentheory-byte >= 1.123 && < 1.124,
    opentheory-bits >= 1.63 && < 1.64,
    opentheory-parser >= 1.154 && < 1.156,
    opentheory-probability >= 1.46 && < 1.47

  hs-source-dirs: src, testsrc

  ghc-options: -Wall

  main-is: Main.hs