packages feed

th-format-0.1.3.0: th-format.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 20701ee954703e50191aae33560fcb0f63c034748b4622a27fb7557180df3e18

name:           th-format
version:        0.1.3.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-2019 Moritz Clasmeier
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/mtesseract/th-format

library
  exposed-modules:
      Data.Format
  other-modules:
      Paths_th_format
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      Earley >=0.12.1.0 && <0.14
    , base >=4.7 && <5
    , haskell-src-meta >=0.8.0.2 && <0.9
    , template-haskell >=2.12.0.0 && <2.15
    , text >=1.2.3.0 && <1.3
  default-language: Haskell2010

test-suite th-format-test
  type: exitcode-stdio-1.0
  main-is: Tests.hs
  other-modules:
      Data.Format.Test
      Paths_th_format
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base
    , tasty
    , tasty-hunit
    , text
    , th-format
  default-language: Haskell2010