packages feed

salak 0.1.3 → 0.1.4

raw patch · 4 files changed

+8/−3 lines, 4 files

Files

README.md view
@@ -1,6 +1,6 @@ # salak -[![Hackage](https://img.shields.io/badge/hackage-v0.1.3-orange.svg)](https://hackage.haskell.org/package/salak)+[![Hackage](https://img.shields.io/badge/hackage-v0.1.4-orange.svg)](https://hackage.haskell.org/package/salak)   Configuration Loader for Production in Haskell.
salak.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 23ec79db8365c6f1dee0d024ad785c8e8a99b04bfa21907880d9474e7c0d003b+-- hash: 0015b041a0d475b56a8f5fe6ed5e46381c3c8081a519e77398c06bb9debd33c8  name:           salak-version:        0.1.3+version:        0.1.4 synopsis:       Configuration Loader description:    Configuration Loader for Production in Haskell category:       Library@@ -19,6 +19,7 @@ cabal-version:  >= 1.10 extra-source-files:     README.md+    test/salak.yml  library   exposed-modules:
src/Data/Salak.hs view
@@ -19,6 +19,7 @@   , ParseCommandLine   , defaultProperties'   , defaultPropertiesWithFile+  , defaultPropertiesWithFile'   , empty   -- * Lookup Properties   , lookup
+ test/salak.yml view
@@ -0,0 +1,3 @@+array:+  - a+  - b