diff --git a/INSTALL.md b/INSTALL.md index 496b85a..4d62dca 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -71,18 +71,8 @@ always up to date. Basically it works like this: [Darcs Hub page](https://hub.darcs.net/fr33domlover) - Use `darcs clone` to grab the library source code -As of May 14, 2018, what you need to do is as follows: - - $ VERVIS='https://dev.seek-together.space/s/fr33domlover/r' - $ HUB='https://hub.darcs.net/fr33domlover' - $ darcs clone $HUB/hit-graph - $ darcs clone $HUB/hit-harder - $ darcs clone $HUB/hit-network - $ darcs clone $VERVIS/darcs-rev - $ darcs clone $VERVIS/ssh - $ darcs clone $VERVIS/persistent-migration - $ darcs clone $VERVIS/persistent-email-address - $ darcs clone $VERVIS/yesod-mail-send --to-hash 2800294a41daf57cd420710bc79c8c9b06c0d3dd +As of May 23, 2018, you can grab these libraries by simply running the +[`clone-deps.sh`](./clone-deps.sh) script. Update `stack.yaml` to specify the paths in the `packages` section if needed: diff --git a/clone-deps.sh b/clone-deps.sh new file mode 100644 index 0000000..29bcf97 --- /dev/null +++ b/clone-deps.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +VERVIS='https://dev.seek-together.space/s/fr33domlover/r' +HUB='https://hub.darcs.net/fr33domlover' + +darcs clone $HUB/hit-graph +darcs clone $HUB/hit-harder +darcs clone $HUB/hit-network +darcs clone $VERVIS/darcs-rev +darcs clone $VERVIS/ssh +darcs clone $VERVIS/persistent-migration +darcs clone $VERVIS/persistent-email-address +darcs clone $VERVIS/yesod-mail-send --to-hash 2800294a41daf57cd420710bc79c8c9b06c0d3dd