diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/salak.cabal b/salak.cabal
--- a/salak.cabal
+++ b/salak.cabal
@@ -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:
diff --git a/src/Data/Salak.hs b/src/Data/Salak.hs
--- a/src/Data/Salak.hs
+++ b/src/Data/Salak.hs
@@ -19,6 +19,7 @@
   , ParseCommandLine
   , defaultProperties'
   , defaultPropertiesWithFile
+  , defaultPropertiesWithFile'
   , empty
   -- * Lookup Properties
   , lookup
diff --git a/test/salak.yml b/test/salak.yml
new file mode 100644
--- /dev/null
+++ b/test/salak.yml
@@ -0,0 +1,3 @@
+array:
+  - a
+  - b
