yaml-config 0.2.2 → 0.2.3
raw patch · 1 files changed
+18/−18 lines, 1 filesdep ~QuickCheckdep ~basedep ~deepseq
Dependency ranges changed: QuickCheck, base, deepseq, failure, hashable, tasty, tasty-quickcheck, text, unordered-containers, yaml
Files
- yaml-config.cabal +18/−18
yaml-config.cabal view
@@ -1,5 +1,5 @@ Name: yaml-config-Version: 0.2.2+Version: 0.2.3 Synopsis: Configuration management Description: Configuration management License: MIT@@ -18,33 +18,33 @@ Hs-source-dirs: src Default-language: Haskell2010 Ghc-options: -Wall -fno-warn-orphans- Build-depends: base == 4.7.* || == 4.6.* || == 4.5.*- , deepseq == 1.3.*- , unordered-containers == 0.2.*- , text == 1.1.* || == 1.0.* || == 0.11.*- , yaml == 0.8.*- , failure == 0.2.*+ 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 howl-tests+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.7.* || == 4.6.* || == 4.5.*- , deepseq == 1.3.*- , unordered-containers == 0.2.*- , text == 1.1.* || == 1.0.* || == 0.11.*- , yaml == 0.8.*- , failure == 0.2.*+ 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.*- , tasty == 0.8.*- , tasty-quickcheck == 0.8.*- , QuickCheck == 2.6.*+ , hashable >= 1.2.0+ , tasty >= 0.10.0+ , tasty-quickcheck >= 0.8.0+ , QuickCheck >= 2.6.0 Source-repository head Type: git