very temporarily copy stack.yaml to stack-lts-18.13.yaml
Windows autobuilder is still using that and a vacation is blocking updating it to use stack.yaml.
This commit is contained in:
parent
1e8208457f
commit
31e78c8894
1 changed files with 20 additions and 0 deletions
20
stack-lts-18.13.yaml
Normal file
20
stack-lts-18.13.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
# This is temporarily present to work around this issue.
|
||||
# https://github.com/datalad/git-annex/issues/204
|
||||
flags:
|
||||
git-annex:
|
||||
production: true
|
||||
parallelbuild: true
|
||||
assistant: true
|
||||
pairing: true
|
||||
torrentparser: true
|
||||
magicmime: false
|
||||
dbus: false
|
||||
debuglocks: false
|
||||
benchmark: true
|
||||
crypton: true
|
||||
servant: true
|
||||
packages:
|
||||
- '.'
|
||||
resolver: nightly-2024-07-29
|
||||
extra-deps:
|
||||
- filepath-bytestring-1.4.100.3.2
|
Loading…
Reference in a new issue