-- Initial QuasiText.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: QuasiText version: 0.1.2.0 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 -- other-modules: build-depends: base ==4.5.*, template-haskell ==2.7.*, haskell-src-meta == 0.5.*, attoparsec ==0.10.*, text ==0.11.* hs-source-dirs: src