packages feed

opentheory-unicode-1.140: opentheory-unicode.cabal

name: opentheory-unicode
version: 1.140
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>
homepage: http://opentheory.gilith.com/?pkg=char
description:
  Unicode characters - this package was automatically generated from the
  OpenTheory package char-1.140

library
  build-depends:
    base >= 4.0 && < 5.0,
    QuickCheck >= 2.4.0.1 && < 3.0,
    opentheory-primitive >= 1.6 && < 2.0,
    opentheory >= 1.193 && < 1.200,
    opentheory-byte >= 1.123 && < 1.127,
    opentheory-bits >= 1.64 && < 1.67,
    opentheory-parser >= 1.154 && < 1.159,
    opentheory-probability >= 1.46 && < 1.50
  hs-source-dirs: src
  ghc-options: -Wall
  exposed-modules:
    OpenTheory.Unicode,
    OpenTheory.Unicode.UTF8

test-suite opentheory-unicode-test
  type: exitcode-stdio-1.0
  build-depends:
    base >= 4.0 && < 5.0,
    QuickCheck >= 2.4.0.1 && < 3.0,
    opentheory-primitive >= 1.6 && < 2.0,
    opentheory >= 1.193 && < 1.200,
    opentheory-byte >= 1.123 && < 1.127,
    opentheory-bits >= 1.64 && < 1.67,
    opentheory-parser >= 1.154 && < 1.159,
    opentheory-probability >= 1.46 && < 1.50
  hs-source-dirs: src
  ghc-options: -Wall
  main-is: Test.hs