Skip to content

flower-field replaces minesweeper#1289

Merged
tofische merged 1 commit into
exercism:mainfrom
keiravillekode:flower-field
May 28, 2026
Merged

flower-field replaces minesweeper#1289
tofische merged 1 commit into
exercism:mainfrom
keiravillekode:flower-field

Conversation

@keiravillekode

@keiravillekode keiravillekode commented Jul 5, 2025

Copy link
Copy Markdown
Contributor

update actions/cache in .github/workflows/tests.yml

format config.json using bin/configlet fmt

@IsaacG

IsaacG commented May 27, 2026

Copy link
Copy Markdown
Member

+cc @exercism/haskell

@MatthijsBlom MatthijsBlom left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inclusion of this exercise easily has my approval, but I feel the unrelated changes to .github/workflows/tests.yml and config.json belong in a separate PR.

Comment thread exercises/practice/flower-field/.meta/config.json
@keiravillekode

Copy link
Copy Markdown
Contributor Author

I have removed those unrelated changes

@MatthijsBlom MatthijsBlom left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you accidentally undid some intended changes. I have marked these with suggestions.

Comment on lines +25 to +27
"example": [
".meta/examples/success-standard/src/FlowerField.hs"
],

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inclusion of package.yaml, required by automatic tests.

Suggested change
"example": [
".meta/examples/success-standard/src/FlowerField.hs"
],
"example": [
".meta/examples/success-standard/src/FlowerField.hs",
".meta/examples/success-standard/package.yaml"
],

Comment thread config.json
Comment on lines 336 to 344
{
"slug": "minesweeper",
"name": "Minesweeper",
"uuid": "821f2081-dfc2-40c6-8e12-2907daa04416",
"practices": [],
"prerequisites": [],
"difficulty": 7,
"topics": []
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecation of Minesweeper:

Suggested change
{
"slug": "minesweeper",
"name": "Minesweeper",
"uuid": "821f2081-dfc2-40c6-8e12-2907daa04416",
"practices": [],
"prerequisites": [],
"difficulty": 7,
"topics": [],
"status": "deprecated"
},

@keiravillekode

Copy link
Copy Markdown
Contributor Author

This is ready for a Haskell maintainer to merge. (I don't have merge privileges.)

@tofische tofische merged commit c51c948 into exercism:main May 28, 2026
3 checks passed
@keiravillekode keiravillekode deleted the flower-field branch May 28, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants