@hackage th-nowq0.1.0.5

Template Haskell splice that expands to current time

th-nowq

Build & test Hackage Hackage deps

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

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