Haskell
#
Versions- GHC 8.8.4 (LTS Haskell 16.25)
#
Test FrameworksThe 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
.
#
Timeout12 seconds
#
Packages#
GHC 8.8.4#
ServicesNone
#
Language IDhaskell