cabal-version: 3.0 name: ascii-th version: 1.0.0.11 x-revision: 1 synopsis: Template Haskell support for ASCII category: Data, Text description: This package defines Template Haskell support for ASCII, including quasi-quoters for expressing ASCII strings. 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 source-repository head type: git location: git://github.com/typeclasses/ascii.git common base default-language: Haskell2010 ghc-options: -Wall default-extensions: NoImplicitPrelude QuasiQuotes TemplateHaskell ViewPatterns build-depends: ascii-char ^>= 1.0 , ascii-superset ^>= 1.0 , base >= 4.14 && < 4.18 library import: base hs-source-dirs: library build-depends: template-haskell >= 2.16 && < 2.20 exposed-modules: ASCII.TemplateHaskell , ASCII.QuasiQuoters test-suite test-ascii-th import: base type: exitcode-stdio-1.0 ghc-options: -fno-warn-overlapping-patterns hs-source-dirs: test main-is: Main.hs default-extensions: OverloadedStrings build-depends: ascii-th , bytestring ^>= 0.10 || ^>= 0.11 , hedgehog ^>= 1.0.5 || ^>= 1.1 || ^>= 1.2 , text ^>= 1.2.4.1 || ^>= 2.0