cabal-version: 3.0 name: ascii-predicates version: 1.0.1.3 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-predicates bug-reports: https://github.com/typeclasses/ascii-predicates/issues extra-source-files: *.md source-repository head type: git location: git://github.com/typeclasses/ascii-predicates.git common base default-language: GHC2021 ghc-options: -Wall default-extensions: NoImplicitPrelude build-depends: , ascii-char ^>= 1.0 , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 library import: base hs-source-dirs: library exposed-modules: ASCII.Predicates ASCII.Lists ASCII.ListsAndPredicates test-suite test-ascii-predicates import: base type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs default-extensions: OverloadedStrings QuasiQuotes TemplateHaskell build-depends: , ascii-predicates , hedgehog ^>= 1.1.2 || ^>= 1.2