-- Initial QuasiText.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: QuasiText version: 0.1.2.6 synopsis: A QuasiQuoter for Text. description: A QuasiQuoter for interpolating values into Text strings. homepage: https://github.com/mikeplus64/QuasiText license: BSD3 license-file: LICENSE author: Mike Ledger maintainer: eleventynine@gmail.com category: Text build-type: Simple cabal-version: >=1.8 library exposed-modules: Text.QuasiText build-depends: base >= 4.5.0.0 && < 5.0.0.0, template-haskell, haskell-src-meta, attoparsec, text, th-lift-instances hs-source-dirs: src