name: PyF version: 0.7.1.0 synopsis: Quasiquotations for a python like interpolated string formater description: Quasiquotations for a python like interpolated string formater. license: BSD3 license-file: LICENSE author: Guillaume Bouchard maintainer: guillaum.bouchard@gmail.com category: Text build-type: Simple extra-source-files: ChangeLog.md Readme.md cabal-version: >=1.10 library exposed-modules: PyF PyF.Internal.PythonSyntax PyF.Internal.QQ PyF.Formatters build-depends: base >= 4.9 && < 5.0 , template-haskell >= 2.11 && < 2.15 -- Parsec and some transitive deps , megaparsec >= 7.0 && < 8.0 , text >= 0.11 && < 1.3 , containers >= 0.5 && < 0.7 -- , haskell-src-meta , haskell-src-exts hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 test-suite pyf-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs other-modules: SpecUtils SpecCustomDelimiters build-tools: python3 build-depends: base, PyF, hspec, text, template-haskell, process ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 test-suite pyf-failure type: exitcode-stdio-1.0 hs-source-dirs: test main-is: SpecFail.hs build-tools: python3 build-depends: base, hspec, text, template-haskell, process, hspec, temporary, hashable, filepath, deepseq, directory, HUnit ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: http://github.com/guibou/PyF