stack.yaml: List custom deps as extra-deps, not as packages
This commit is contained in:
parent
07281f6900
commit
1f7ceada64
1 changed files with 15 additions and 14 deletions
29
stack.yaml
29
stack.yaml
|
@ -8,26 +8,27 @@ resolver: lts-12.20
|
|||
# Local packages, usually specified by relative directory name
|
||||
packages:
|
||||
- .
|
||||
- lib/darcs-lights
|
||||
- lib/darcs-rev
|
||||
- lib/ssh
|
||||
- lib/hit-graph
|
||||
- lib/hit-harder
|
||||
- lib/hit-network
|
||||
- lib/http-client-signature
|
||||
- lib/http-signature
|
||||
- lib/persistent-email-address
|
||||
- lib/persistent-graph
|
||||
- lib/persistent-migration
|
||||
- lib/time-interval-aeson
|
||||
- lib/yesod-http-signature
|
||||
- lib/yesod-mail-send
|
||||
|
||||
# Packages to be pulled from upstream that are not in the resolver (e.g.,
|
||||
# acme-missiles-0.3)
|
||||
extra-deps:
|
||||
- git: https://dev.angeley.es/s/fr33domlover/r/yesod-auth-account
|
||||
commit: 2d19eea0fae58897a02372a84cc48e7696a4e288
|
||||
- ./lib/darcs-lights
|
||||
- ./lib/darcs-rev
|
||||
- ./lib/ssh
|
||||
- ./lib/hit-graph
|
||||
- ./lib/hit-harder
|
||||
- ./lib/hit-network
|
||||
- ./lib/http-client-signature
|
||||
- ./lib/http-signature
|
||||
- ./lib/persistent-email-address
|
||||
- ./lib/persistent-graph
|
||||
- ./lib/persistent-migration
|
||||
- ./lib/time-interval-aeson
|
||||
- ./lib/yesod-http-signature
|
||||
- ./lib/yesod-mail-send
|
||||
|
||||
- SimpleAES-0.4.2
|
||||
- data-default-instances-bytestring-0.0.1
|
||||
- esqueleto-2.7.0
|
||||
|
|
Loading…
Reference in a new issue