-
Notifications
You must be signed in to change notification settings - Fork 0
/
include-env.cabal
30 lines (28 loc) · 1.05 KB
/
include-env.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: include-env
version: 0.5.0.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: [email protected]
copyright: (c) 2021 Marco Zocca, UnfoldML AB
category: Development
build-type: Simple
extra-source-files: README.md
Changelog.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
, containers
, template-haskell >= 2.14
, th-lift-instances
source-repository head
type: git
location: https://github.com/unfoldml/include-env