packages feed

config-value-getopt-0.1.0.0: config-value-getopt.cabal

name:                config-value-getopt
version:             0.1.0.0
synopsis:            Interface between config-value and System.GetOpt
description:         This package allows to set command line configuration
                     options from a file using the config-value syntax.
license:             MIT
license-file:        LICENSE
author:              Eric Mertens
maintainer:          emertens@galois.com
copyright:           2016 Galois, Inc.
category:            Configuration
build-type:          Simple
cabal-version:       >=1.10
homepage:            https://github.com/GaloisInc/config-value-getopt
bug-reports:         https://github.com/GaloisInc/config-value-getopt/issues

extra-source-files:
  README.md
  CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/GaloisInc/config-value-getopt

library
  exposed-modules:     Config.GetOpt
  build-depends:       base >=4.8 && <4.10,
                       text >=1.2.1.3 && <1.3,
                       config-value >=0.4 && <0.5
  hs-source-dirs:      src
  default-language:    Haskell2010