-
-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
Description
Since #396 we can move our examples to a separate directory with its own package.yaml to prevent showing students extra elements in dependencies in package.yaml
Here are the current exercises with non-empty dependencies.
It should be pretty easy to script the process of moving them all at once. The question before doing that: Are there any exercises where we should just keep the package.yaml as-is?
- atbash-cipher: split
- bank-account: stm
- connect: array
- crypto-square: split
- food-chain: array
- go-counting: array
- grade-school: containers
- kindergarten-garden: containers, split
- largest-series-product: safe
- lens-person: lens
- linked-list: stm
- ocr-numbers: containers, split
- parallel-letter-frequency: parallel
- rna-transcription: containers
- robot-name: random
- saddle-points: containers
- say: array
- scrabble-score: containers
- sgf-parsing: attoparsec
- sieve: vector
- simple-cipher: random
- triangle: containers
- wordy: attoparsec, text
Reactions are currently unavailable