Are there any Haskell applications which serve as the 'high bar' of things that can be accomplished with Haskell?
Or are there any specific libraries which set Haskell apart?
Hmm, my personal choice is the 'servant' library, I always use it as an example where the type system works for routing web requests.
Are there any blogs or vlogs you recommend following for examples of Haskell in action?
I find the
r/haskell on Reddit as the best source of news on that. Everything interesting goes there.