packages feed

th-printf-0.6.0: th-printf.cabal

cabal-version: >= 1.10

-- This file has been generated from package.yaml by hpack version 0.29.6.
--
-- see: https://github.com/sol/hpack
--
-- hash: 02f18fcc2963d061d9c5bff9a6cd352518b69cf49131279a887e54cc33c0ea3e

name:           th-printf
version:        0.6.0
synopsis:       Quasiquoters for printf
description:    Quasiquoters for printf: string, bytestring, text.
category:       Text
homepage:       https://github.com/pikajude/th-printf#readme
bug-reports:    https://github.com/pikajude/th-printf/issues
author:         Jude Taylor
maintainer:     me@jude.xyz
license:        MIT
license-file:   LICENSE
tested-with:    GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/pikajude/th-printf

flag werror
  description: Build with -Werror
  manual: True
  default: False

library
  exposed-modules:
      Language.Haskell.Printf
      Language.Haskell.Printf.Lib
  other-modules:
      Language.Haskell.Printf.Geometry
      Language.Haskell.Printf.Printers
      Language.Haskell.PrintfArg
      NumUtils
      StrUtils
      Parser
      Parser.Types
      Paths_th_printf
  hs-source-dirs:
      src
      parser
  ghc-options: -Wall
  build-depends:
      base ==4.*
    , charset
    , containers
    , microlens-platform
    , mtl
    , parsec
    , semigroups
    , template-haskell
    , th-lift
    , transformers
  if flag(werror)
    ghc-options: -Werror
  default-language: Haskell2010

test-suite format
  type: exitcode-stdio-1.0
  main-is: format.hs
  other-modules:
      GeneratedSpec
      Paths_th_printf
  hs-source-dirs:
      tests
  ghc-options: -Wall
  build-depends:
      HUnit
    , QuickCheck
    , base ==4.*
    , hspec
    , template-haskell
    , th-printf
  if flag(werror)
    ghc-options: -Werror
  default-language: Haskell2010