Place dependency libraries in a 'lib' subdir instead of same dir as Vervis

This commit is contained in:
fr33domlover 2018-11-29 09:48:27 +00:00
parent 9aea6947c0
commit a1daa4fb3e
3 changed files with 15 additions and 12 deletions

View file

@ -127,3 +127,4 @@
^config/ssh-host-key$
^config/ssh-host-key\.pub$
^repos(/|$)
^lib(/|$)

View file

@ -3,6 +3,8 @@
VERVIS='https://dev.angeley.es/s/fr33domlover/r'
HUB='https://hub.darcs.net/fr33domlover'
mkdir -p lib
cd lib
darcs clone $HUB/hit-graph
darcs clone $HUB/hit-harder
darcs clone $HUB/hit-network

View file

@ -7,22 +7,22 @@ resolver: lts-10.10
# Local packages, usually specified by relative directory name
packages:
- '.'
- '../darcs-lights'
- '../darcs-rev'
- '../ssh'
- '../hit-graph'
- '../hit-harder'
- '../hit-network'
- '../persistent-migration'
- '../persistent-email-address'
- '../time-interval-aeson'
# - '../yesod-auth-account'
- .
- lib/darcs-lights
- lib/darcs-rev
- lib/ssh
- lib/hit-graph
- lib/hit-harder
- lib/hit-network
- lib/persistent-migration
- lib/persistent-email-address
- lib/time-interval-aeson
# - lib/yesod-auth-account
- location:
git: https://dev.angeley.es/s/fr33domlover/r/yesod-auth-account
commit: cc9d6a5d4e0d5fb3b061a5a9ccc0ab03eea89811
extra-dep: true
- '../yesod-mail-send'
- lib/yesod-mail-send
# Packages to be pulled from upstream that are not in the resolver (e.g.,
# acme-missiles-0.3)