diff --git a/templates/home.hamlet b/templates/home.hamlet index 1c71fba..c273ab1 100644 --- a/templates/home.hamlet +++ b/templates/home.hamlet @@ -45,7 +45,7 @@ Stackage provides consistent sets of Haskell packages, known to build together and pass their tests before becoming Stackage Nightly snapshots and LTS (Long Term Support) releases.
- It is a distribution of a subset packages from Hackage, each package chosen at a version to make the set self-consistent. Note that Stackage does not patch any packages. + It is a distribution of a subset of packages from Hackage, each package chosen at a version to make the set self-consistent. Note that Stackage does not patch any packages.
We recommend using the stack tool, which makes using Stackage snapshots easy and convenient. But Stackage can also be used in other ways: as a source of consistent packages that work well together, or to ensure that Haskell packages you author or care about work well with others.