Description
Expands environment variables into Haskell code through Template Haskell splices. This lets a value from the build environment become part of the compiled program.
It is useful for embedding build metadata, paths, feature flags, or generated configuration. Developers should avoid embedding secrets and should consider reproducible builds, because environment values are captured at compile time.