nri-env-parser-0.1.0.8: nri-env-parser.cabal
cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.34.5.
--
-- see: https://github.com/sol/hpack
name: nri-env-parser
version: 0.1.0.8
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/nri-env-parser#readme>.
category: Web
homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-env-parser#readme
bug-reports: https://github.com/NoRedInk/haskell-libraries/issues
author: NoRedInk
maintainer: haskell-open-source@noredink.com
copyright: 2022 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 -fplugin=NriPrelude.Plugin
build-depends:
base >=4.12.0.0 && <4.17
, modern-uri >=0.3.1.0 && <0.4
, network-uri >=2.6.2.0 && <2.8
, nri-prelude >=0.1.0.0 && <0.7
, text >=1.2.3.1 && <2.1
default-language: Haskell2010