Skip to content

Commit d6fdd0f

Browse files
authored
Merge pull request #5 from tomsmeding/playground-typo-fix
Fix typo in playground post
2 parents ce4b0e7 + fb4ce3e commit d6fdd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/the-haskell-playground/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ I just don't know how, so if you do, please reach out.
8282
### The build environment: making Haskell packages available
8383

8484
Having just the [boot packages](https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history) available would make for a rather bare playground (no `System.Random`, etc.), so we clearly need to provide something more.
85-
The current policy for additional packages is "if you can convince me that a package is useful that a package is useful and it doesn't unnecessarily bloat the dependency tree, I'll add it together with its transitive dependencies".
85+
The current policy for additional packages is "if you can convince me that a package is useful and it doesn't unnecessarily bloat the dependency tree, I'll add it together with its transitive dependencies".
8686
This has happened multiple times already (e.g. [1](https://github.com/haskell/play-haskell/issues/45), [2](https://github.com/haskell/play-haskell/issues/47), [3](https://github.com/haskell/play-haskell/issues/50)).
8787
This policy is admittedly completely subjective, but it's unclear if there is a real alternative.
8888
The only "principled" option seems to be making all of [Stackage](https://www.stackage.org/) available, but that is both unwieldy (there's _too many_ packages in there so it takes a huge amount of disk space) and not always possible (the playground aims to support new GHCs immediately after release, and Stackage naturally lags behind).

0 commit comments

Comments
 (0)