th-nowq

Template Haskell splice that expands to current time

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

Version on this page:0.1.0.2
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.2@sha256:a6167c0cd1827761545b4d1c297e77be7fb61deac54281976a6212ca2b0d4277,1215

Module documentation for 0.1.0.2

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.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