git-annex/stack.yaml
Joey Hess d394f0b020
git-lfs apiurl parameter
git-lfs: Added an optional apiurl parameter.

This needs version 1.2.5 of the haskell git-lfs library to be used.
stack.yaml updated to use that.

Note that git-annex enableremote can be used to add apiurl= to an existing
git-lfs special remote. To allow unsetting the apiurl and instead use
the probed url, support enableremote with apiurl set to an empty string.

Sponsored-by: Luke T. Shumaker
2025-02-18 14:11:21 -04:00

25 lines
435 B
YAML

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
ospath: true
packages:
- '.'
resolver: nightly-2025-01-20
extra-deps:
- filepath-bytestring-1.5.2.0.2
- aws-0.24.4
- git-lfs-1.2.5
- feed-1.3.2.1
allow-newer: true
allow-newer-deps:
- feed