Skip to content

Commit

Permalink
Document supported packages (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Aug 7, 2024
1 parent dc621dc commit 1cef325
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
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.

0 comments on commit 1cef325

Please sign in to comment.