packages feed

yaml-config-0.2.1: yaml-config.cabal

Name:               yaml-config
Version:            0.2.1
Synopsis:           Configuration management
Description:        Configuration management
License:            MIT
License-file:       LICENSE
Copyright:          Selectel
Author:             Fedor Gogolev <knsd@knsd.net>
                    Mitroshin Maxim <mitroshin@selectel.org>
                    Simon Hengel <sol@typeful.net>
Maintainer:         mitroshin@selectel.org
Category:           Configuration
Build-type:         Simple
Cabal-version:      >= 1.14
Tested-with:        GHC == 7.6.*

Library
  Hs-source-dirs:   src
  Default-language: Haskell2010
  Ghc-options:      -Wall -fno-warn-orphans
  Build-depends:    base                       == 4.6.* || == 4.5.*
                  , deepseq                    == 1.3.*
                  , unordered-containers       == 0.2.*
                  , text                       == 1.0.* || == 0.11.*
                  , yaml                       == 0.8.*
                  , failure                    == 0.2.*

  Exposed-modules:  Data.Yaml.Config
                    Data.Yaml.Config.Internal

Test-suite howl-tests
  Main-is:          Tests.hs
  Hs-source-dirs:   src, tests
  Default-language: Haskell2010
  Type:             exitcode-stdio-1.0

  Build-depends:    base                       == 4.6.* || == 4.5.*
                  , deepseq                    == 1.3.*
                  , unordered-containers       == 0.2.*
                  , text                       == 1.0.* || == 0.11.*
                  , yaml                       == 0.8.*
                  , failure                    == 0.2.*

                  , hashable                   == 1.2.*
                  , tasty                      == 0.6.*
                  , tasty-quickcheck           == 0.3.*
                  , QuickCheck                 == 2.6.*

Source-repository head
    Type:     git
    Location: https://github.com/selectel/yaml-config