cabal-version: 2.0 name: ascii-predicates version: 1.0.0.6 synopsis: Various categorizations of ASCII characters category: Data, Text description: This package provides a variety of predicates on the ASCII character set. license: Apache-2.0 license-file: license.txt author: Chris Martin maintainer: Chris Martin, Julie Moronuki homepage: https://github.com/typeclasses/ascii bug-Reports: https://github.com/typeclasses/ascii/issues build-type: Simple extra-source-files: changelog.txt source-repository head type: git location: git://github.com/typeclasses/ascii.git library default-language: Haskell2010 default-extensions: NoImplicitPrelude ghc-options: -Wall hs-source-dirs: library build-depends: ascii-char ^>= 1.0 build-depends: base >= 4.11 && < 4.16 exposed-modules: ASCII.Predicates exposed-modules: ASCII.Lists exposed-modules: ASCII.ListsAndPredicates test-suite test type: exitcode-stdio-1.0 default-language: Haskell2010 default-extensions: NoImplicitPrelude default-extensions: OverloadedStrings default-extensions: QuasiQuotes ghc-options: -Wall hs-source-dirs: test main-is: test.hs build-depends: ascii-char, ascii-predicates, base