include-env-0.1.3.0: include-env.cabal
name: include-env
version: 0.1.3.0
synopsis: Include the value of an environment variable at compile time
description: Embed secrets (e.g. API keys) inside production artifacts at compile time.
homepage: https://github.com/unfoldml/include-env
license: BSD3
license-file: LICENSE
author: Marco Zocca
maintainer: oss@unfoldml.com
copyright: (c) 2021 Marco Zocca, UnfoldML AB
category: Development
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
tested-with: GHC == 8.6.5, GHC == 8.10.4
library
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src
exposed-modules: IncludeEnv.TH
build-depends: base >= 4.7 && < 5
, template-haskell >= 2.14
source-repository head
type: git
location: https://github.com/unfoldml/include-env