Ask HN: Best resources for learning Haskell interactively?

I've been working through 'learn you a Haskell', but even playing around with each example a bit in ghci I feel as though the lack of an immediate need to apply what I'm learning is reducing my comprehension. I found the functional programming exercises on hackerrank, which were initially great but quickly got to the point where I needed to handle IO myself (which isn't covered for several more chapters in the tutorial I'm using). Exercism.io isn't an option because I'm mostly working on a locked-down company machine (filling free time on an internship) and the setup fails due to some restriction or another I can't identify, and Leetcode doesn't support Haskell.

Is there a different site that will give me relatively simple (initially) problems to work through that handles I/O itself and just asks me to write a function?