Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document supported packages #1273

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/PACKAGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Packages

The following packages are supported on the F# track:

| Package | Version |
| --------------- | ------- |
| Aether | 8.3.1 |
| BenchmarkDotNet | 0.12.1 |
| FParsec | 1.1.1 |

```exercism/caution
If your code uses an unsupported packages/version combination, test runs on the website will fail.
```
7 changes: 7 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
"title": "Useful F# resources",
"blurb": "A collection of useful resources to help you master F#"
},
{
"uuid": "f2379f3c-36d6-4442-8ad8-f62a5ad6932b",
"slug": "packages",
"path": "docs/PACKAGES.md",
"title": "Supported packages",
"blurb": "The list of packages that are supported on the F# track"
},
{
"uuid": "edfbb0fa-a950-4384-899f-6c6c7a440dca",
"slug": "representer-normalizations",
Expand Down
5 changes: 5 additions & 0 deletions exercises/shared/.docs/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ To get help if you're having trouble, you can use one of the following resources

- [/r/fsharp](https://www.reddit.com/r/fsharp) is the F# subreddit.
- [StackOverflow](http://stackoverflow.com/questions/tagged/f%23) can be used to search for your problem and see if it has been answered already. You can also ask and answer questions.

## Packages

The F# track supports a limited number of packages.
Check the [list of supported packages](https://exercism.org/docs/tracks/fsharp/packages) to find out which.