@@ -17,8 +17,9 @@ includes cryptographic metadata (public keys and signatures).
1717These files are commonly served by Hackage proper, that is the central
1818deployment of [ hackage-server] ( https://github.com/haskell/hackage-server/ ) .
1919
20- Foliage explores the idea of creaating and serving this content as a static
21- website, generated programmatically from textual input files.
20+ Foliage explores the idea of creating and serving this content as a static
21+ website, generated programmatically a deterministically from textual input
22+ files.
2223
2324# Use cases
2425
@@ -262,13 +263,13 @@ Foliage also supports patches. Any file with `.patch` extension in
262263` <package>/<version>/patches ` will be applied as a patch to the source
263264tarball before creating the source distribution.
264265
265- :warning : Note that it is not possible to "apply a timestamp" to a patch. A
266- patch changes the content of the source distribution and the repository can
267- only provide one source distribution for given package name and version.
266+ :warning : It is not possible to "apply a timestamp" to a patch. A patch
267+ changes the content of the source distribution and the repository can only
268+ provide one source distribution for a given package name and version.
268269
269- If you want to add patches incrementally, you can add a patched version as
270- a new entry in the index. The metadata file can point to the pre-existing
271- non-patched url.
270+ If you want to add patches incrementally, you can add a new patched
271+ version. The source url for the new version can point to the non-patched
272+ url.
272273
273274## Author
274275
0 commit comments