exercism / exercism/purescript

Exercise dependencies

Open
#186 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
PureScript
Stars
38
Forks
35
PR merge metrics
No merged PRs in 30d

Description

I've put in some work into the switch over to Spago. One thing that has me thinking is how to deal with exercise dependencies (spago.dhall).

* We have the example solution which make use of certain dependencies. These are not necessarily the dependencies the student needs to use to solve the exercise. I'm thinking we could decouple these by having a `spago.dhall` file, i.e. `solution.dhall` to use for building and testing under CI.
* Do we give the student a common set of dependencies so they do not need to worry about installing anything. Or do we give them the absolute basics and make them install anything they use? PureScript 0.14.x will start warning about unused dependencies and this can be a bit annoying.

Your thoughts?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.