yaml-config 0.2.0 → 0.2.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~tastydep ~text
Dependency ranges changed: tasty, text
Files
- yaml-config.cabal +5/−5
yaml-config.cabal view
@@ -1,5 +1,5 @@ Name: yaml-config-Version: 0.2.0+Version: 0.2.1 Synopsis: Configuration management Description: Configuration management License: MIT@@ -21,7 +21,7 @@ Build-depends: base == 4.6.* || == 4.5.* , deepseq == 1.3.* , unordered-containers == 0.2.*- , text == 0.11.*+ , text == 1.0.* || == 0.11.* , yaml == 0.8.* , failure == 0.2.* @@ -37,12 +37,12 @@ Build-depends: base == 4.6.* || == 4.5.* , deepseq == 1.3.* , unordered-containers == 0.2.*- , text == 0.11.*+ , text == 1.0.* || == 0.11.* , yaml == 0.8.* , failure == 0.2.*- , hashable == 1.2.* - , tasty == 0.3.*+ , hashable == 1.2.*+ , tasty == 0.6.* , tasty-quickcheck == 0.3.* , QuickCheck == 2.6.*