-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Template Haskell splice that expands to an environment variable -- -- TH splice that expands to an environment variable value. Can be used -- to embed build-time parameters in your application. @package th-env @version 0.1.0.2 module Language.Haskell.TH.Env -- | Produce a typed expression with the current value of an environment -- variable. envQ :: IsString a => String -> TExpQ (Maybe a)