Example (hopefully of educational value to someone out there) that uses the following
- Scotty to made a redundant web api wrapper around
fixer.io
- Monad transformer usage to achive logging, catching errors and generally chaining transformer based functions
- Parsec to validate Dates (has to be improved)
- Aeson to decode general Json and Json with keys that map to a a custom type