th-nowq

Template Haskell splice that expands to current time

https://github.com/dzhus/th-nowq#readme

Version on this page:0.1.0.4
LTS Haskell 22.14:0.1.0.5
Stackage Nightly 2024-03-28:0.1.0.5
Latest on Hackage:0.1.0.5

See all snapshots th-nowq appears in

BSD-3-Clause licensed by Dmitry Dzhus
Maintained by [email protected]
This version can be pinned in stack with:th-nowq-0.1.0.4@sha256:b746e98b8252d6c5e0b3d2e2a860332d5366cc77f6455e57609ece8a427a6a34,1213

Module documentation for 0.1.0.4

th-nowq

Travis CI build status Hackage Hackage deps

{-# LANGUAGE TemplateHaskell #-}
import Language.Haskell.TH.Now

main :: IO ()
main = print $ "Running app compiled on " ++ $(nowQ)

Changes

Changelog

0.1.0.4 - 2019-02-21

Changed

  • Dependencies bump

0.1.0.3 - 2019-02-11

Changed

  • GHC 8.6.x support

0.1.0.2 - 2018-03-15

Changed

  • GHC 8.4.x support

0.1.0.1 - 2018-03-15

Fixed

  • Added missing markdown-unlit to test build dependencies

0.1.0.0 - 2018-03-11