packages feed

th-format-0.1.1.0: th-format.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 3e13f6d44296a186bbe36573b7e53289818efe4f6ff8d24435f8bc11a684a447

name:           th-format
version:        0.1.1.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 >=0.12.1.0 && <0.13
    , base >=4.7 && <5
    , haskell-src-meta >=0.8.0.2 && <0.9
    , template-haskell >=2.12.0.0 && <2.13
    , text >=1.2.3.0 && <1.3
  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