#Haskell Yaml Reader Example
A short example on how to read a YAML configuration file through Haskell.
#How to run
cabal update
cabal init sandbox
cabal install --only-dependencies
cabal configure
cabal run
#Expected output username: John Smith, password: Sm1thy@Jon0
Read my blog post on How to read a YAML file from Haskell for more details.