Skip to content

A short example on how to read a YAML configuration file through Haskell

License

Notifications You must be signed in to change notification settings

ssanj/HaskellYamlReaderExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

A short example on how to read a YAML configuration file through Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published