salak 0.1.3 → 0.1.4
raw patch · 4 files changed
+8/−3 lines, 4 files
Files
- README.md +1/−1
- salak.cabal +3/−2
- src/Data/Salak.hs +1/−0
- test/salak.yml +3/−0
README.md view
@@ -1,6 +1,6 @@ # salak -[](https://hackage.haskell.org/package/salak)+[](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