Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
you have to rename the test module and make slight adjustmenst to it's export behaviour. I cannot change the Kata, but I have left a comment here on how to do it.
I renamed "Test.IntegerToNestedStructure (main)" to "Test.IntegerToNestedStructureSpec (spec)"
..and instead of "main = hspec $ do" i wrote:
"main = hspec spec"
"spec = do"
It's already migrated to 8.2.
GHC 7.10 isn't available for me
Yeah 8.2 is enabled for some reasons even though the test fixture doesn't work there. Just use 7.10.