@hackage th-nowq0.1.0.3

Template Haskell splice that expands to current time

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)