packages feed

time-quote-1.9.0.0: time-quote.cabal

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

name:           time-quote
version:        1.9.0.0
synopsis:       Quasi-quoters for dates and times
description:    @time-quote@ provides quasi-quoters to parse dates and times according to ISO 8601 formats. By using quasi-quotes for literals, parse errors are found by the compiler.
category:       Time
homepage:       https://github.com/ttuegel/time-quote#readme
bug-reports:    https://github.com/ttuegel/time-quote/issues
author:         Thomas Tuegel <ttuegel@mailbox.org>
maintainer:     Thomas Tuegel <ttuegel@mailbox.org>
copyright:      (C) 2018  Thomas Tuegel <ttuegel@mailbox.org>
license:        GPL-3
license-file:   COPYING
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/ttuegel/time-quote

library
  exposed-modules:
      Data.Time.Quote
  other-modules:
      Paths_time_quote
  hs-source-dirs:
      src/
  ghc-options: -Wall
  build-depends:
      base <5
    , template-haskell
    , time ==1.9.*
  default-language: Haskell2010

test-suite doctest
  type: exitcode-stdio-1.0
  main-is: doctest-driver.hs
  other-modules:
      Paths_time_quote
  hs-source-dirs:
      test/
  ghc-options: -Wall -threaded
  build-depends:
      base
    , doctest
    , doctest-discover
    , template-haskell
    , time ==1.9.*
  default-language: Haskell2010