Haskell
Versions#
- GHC 8.8.4 (LTS Haskell 16.25)
 
Test Frameworks#
The test module's name must end with Spec. Spec by itself is not allowed.
Examples: ExampleSpec, Example.ExampleSpec are allowed while Spec, Example.Spec, ExampleTest, Example.KataTest are not.
The common convention is: If the solution's module name is e.g. YourKata.SomeTask, just add Spec to the end without a dot, e.g. YourKata.SomeTaskSpec.
Timeout#
12 seconds
Packages#
GHC 8.8.4#
Services#
None
Language ID#
haskell