Cabal revisions of yaml-config-0.2.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: yaml-config-Version: 0.2.3-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.5.0 && < 5.0.0- , deepseq >= 1.3- , unordered-containers >= 0.2.0- , text >= 0.11.0- , yaml >= 0.8.0- , failure >= 0.2.0-- Exposed-modules: Data.Yaml.Config- Data.Yaml.Config.Internal--Test-suite yaml-config-tests- Main-is: Tests.hs- Hs-source-dirs: src, tests- Default-language: Haskell2010- Type: exitcode-stdio-1.0-- Build-depends: base >= 4.5.0 && < 5.0.0- , deepseq >= 1.3- , unordered-containers >= 0.2.0- , text >= 0.11.0- , yaml >= 0.8.0- , failure >= 0.2.0-- , hashable >= 1.2.0- , tasty >= 0.10.0- , tasty-quickcheck >= 0.8.0- , QuickCheck >= 2.6.0--Source-repository head- Type: git- Location: https://github.com/selectel/yaml-config+Name: yaml-config +Version: 0.2.3 +x-revision: 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.5.0 && < 5.0.0 + , deepseq >= 1.3 + , unordered-containers >= 0.2.0 + , text >= 0.11.0 + , yaml >= 0.8.0 && < 0.11.7 + -- yaml<0.11.7 as proxy for aeson<2 + , failure >= 0.2.0 + + Exposed-modules: Data.Yaml.Config + Data.Yaml.Config.Internal + +Test-suite yaml-config-tests + Main-is: Tests.hs + Hs-source-dirs: src, tests + Default-language: Haskell2010 + Type: exitcode-stdio-1.0 + + Build-depends: base >= 4.5.0 && < 5.0.0 + , deepseq >= 1.3 + , unordered-containers >= 0.2.0 + , text >= 0.11.0 + , yaml >= 0.8.0 + , failure >= 0.2.0 + + , hashable >= 1.2.0 + , tasty >= 0.10.0 + , tasty-quickcheck >= 0.8.0 + , QuickCheck >= 2.6.0 + +Source-repository head + Type: git + Location: https://github.com/selectel/yaml-config