@hackage / th-nowq

Template Haskell splice that expands to current time

Latest0.1.0.5

About

Metadata

  • Last updated , by DmitryDzhus
  • License BSD-3-Clause
  • Categories Template Haskell
  • Maintained by: dima@dzhus.org

  • Lottery factor: 0

Links

Installation

Readme

th-nowq

Build & test Hackage Hackage deps

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

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