nri-env-parser-0.1.0.2: nri-env-parser.cabal
cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: e0be43e57ca56d226a2c6859825506c16b8437837503a0dee0340caf032a2c8f
name: nri-env-parser
version: 0.1.0.2
synopsis: Read environment variables as settings to build 12-factor apps.
description: Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/env-parser>.
category: Web
homepage: https://github.com/NoRedInk/haskell-libraries#readme
bug-reports: https://github.com/NoRedInk/haskell-libraries/issues
author: NoRedInk
maintainer: haskell-open-source@noredink.com
copyright: 2020 NoRedInk Corp.
license: BSD3
license-file: LICENSE
build-type: Simple
extra-doc-files:
README.md
LICENSE
CHANGELOG.md
source-repository head
type: git
location: https://github.com/NoRedInk/haskell-libraries
subdir: env-parser
library
exposed-modules:
Environment
other-modules:
Paths_nri_env_parser
hs-source-dirs:
src
default-extensions: DataKinds DeriveGeneric FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude OverloadedStrings PartialTypeSignatures ScopedTypeVariables Strict TypeOperators
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wpartial-fields -Wredundant-constraints -Wincomplete-uni-patterns
build-depends:
base >=4.12.0.0 && <4.15
, modern-uri >=0.3.1.0 && <0.4
, network-uri >=2.6.2.0 && <2.8
, nri-prelude >=0.1.0.0 && <0.3
, text >=1.2.3.1 && <1.3
default-language: Haskell2010