Popularity
1.2
Declining
Activity
0.0
Stable
1
2
0

Monthly Downloads: 25
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Template Haskell     TH    
Latest version: v0.1.0.5

th-nowq alternatives and similar packages

Based on the "th" category.
Alternatively, view th-nowq alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of th-nowq or a related project?

Add another 'th' Package

README

th-nowq

Build & test Hackage Hackage deps

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

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