read-env-var-0.1.0.1: read-env-var.cabal
name: read-env-var
version: 0.1.0.1
synopsis: Functions for safely reading environment variables.
description: Please see README.md
homepage: https://github.com/cdepillabout/read-env-var#readme
license: BSD3
license-file: LICENSE
author: Dennis Gosnell
maintainer: cdep.illabout@gmail.com
copyright: 2016 Dennis Gosnell
category: System
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: System.ReadEnvVar
build-depends: base >= 4.6 && < 5
default-language: Haskell2010
ghc-options: -Wall
test-suite read-env-var-doctest
type: exitcode-stdio-1.0
main-is: DocTest.hs
hs-source-dirs: test
build-depends: base
, doctest
, Glob
default-language: Haskell2010
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
source-repository head
type: git
location: git@github.com:cdepillabout/read-env-var.git