Exercism exercises in Haskell
Please see the contributing guide
You should have Stack installed in your system to make contributing to this repository easier.
All exercises have the following structure:
stack.yamlhas just one line specifying the current Stack snapshot. We use the same resolver for all the exercises.package.yamlis a file in the hpack format that has all dependencies and build instructions for an exercise.src/Example.hsis a sample solution passing the tests.src/ModuleName.hsis a stub solution.test/Tests.hsis the test suite.
Rename the file src/Example.hs to match the module name and run:
stack test --pedanticIf the stub solution is still in the /src folder, build will probably fail.
The MIT License (MIT)
Copyright (c) 2014 Katrina Owen, _@kytrinyx.com
