Popularity
2.2
Declining
Activity
0.0
Stable
1
2
2

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

th-env alternatives and similar packages

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

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

Add another 'th' Package

README

th-env

Build & test Hackage Hackage deps

{-# LANGUAGE TemplateHaskell #-}
import Data.Maybe
import Language.Haskell.TH.Env

main :: IO ()
main = print $ "Running app compiled by " ++ fromMaybe "?" $$(envQ "USER")