FICHA · MANJARO

haskell-th-env

Template Haskell splices that expand to an environment variable

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

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.

Permissions

Permissions not analysed for this source yet.