cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: 77684b3ed7955003a3cc45577f9c5d9f7a3b95b0088f665dba6b29b46eb4a57f name: th-env version: 0.1.0.3 synopsis: Template Haskell splice that expands to an environment variable description: TH splice that expands to an environment variable value. Can be used to embed build-time parameters in your application. category: Template Haskell homepage: https://github.com/dzhus/th-env#readme bug-reports: https://github.com/dzhus/th-env/issues author: Dmitry Dzhus maintainer: dima@dzhus.org license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/dzhus/th-env library exposed-modules: Language.Haskell.TH.Env other-modules: Paths_th_env hs-source-dirs: src ghc-options: -Wall -Wcompat build-depends: base <5 , template-haskell , th-compat default-language: Haskell2010 test-suite readme type: exitcode-stdio-1.0 main-is: README.lhs other-modules: Paths_th_env ghc-options: -Wall -Wcompat -pgmL markdown-unlit build-depends: base <5 , markdown-unlit , th-env default-language: Haskell2010