-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: eccbc294b51ae1af7e81dc2922af26771b83ba8c92edd6c0fc4aba8e2a2b4612 name: th-format version: 0.1.0.0 synopsis: Template Haskell based support for format strings description: This package implements a Template Haskell quasi quoter for format strings. category: Data homepage: https://github.com/mtesseract/th-format#readme bug-reports: https://github.com/mtesseract/th-format/issues author: Moritz Clasmeier maintainer: mtesseract@silverratio.net copyright: 2017-2018 Moritz Clasmeier license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/mtesseract/th-format library hs-source-dirs: src ghc-options: -Wall build-depends: Earley , base >=4.7 && <5 , haskell-src-meta , template-haskell , text exposed-modules: Data.Format other-modules: Paths_th_format default-language: Haskell2010 test-suite th-format-test type: exitcode-stdio-1.0 main-is: Tests.hs hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base , tasty , tasty-hunit , text , th-format other-modules: Data.Format.Test Paths_th_format default-language: Haskell2010