packages feed

th-nowq-0.1.0.5: th-nowq.cabal

cabal-version: 1.12

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

name:           th-nowq
version:        0.1.0.5
synopsis:       Template Haskell splice that expands to current time
description:    TH splice that expands to current time as a string literal in ISO-8601 format. Can be used to embed the compilation timestamp in your application.
category:       Template Haskell
homepage:       https://github.com/dzhus/th-nowq#readme
bug-reports:    https://github.com/dzhus/th-nowq/issues
author:         Dmitry Dzhus
maintainer:     dima@dzhus.org
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    CHANGELOG.md
    README.md

source-repository head
  type: git
  location: https://github.com/dzhus/th-nowq

library
  exposed-modules:
      Language.Haskell.TH.Now
  other-modules:
      Paths_th_nowq
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat
  build-depends:
      base <5
    , template-haskell
    , time
  default-language: Haskell2010

test-suite readme
  type: exitcode-stdio-1.0
  main-is: README.lhs
  other-modules:
      Paths_th_nowq
  ghc-options: -Wall -Wcompat -pgmL markdown-unlit
  build-depends:
      base <5
    , markdown-unlit
    , th-nowq
  default-language: Haskell2010