bump i386ancient deps to allow using http-client-restricted and git-lfs
This should let i386ancient limp along for a few years more, beyond the removal of those vendored deps from git-annex. Also networkbsd is set now, so probably the last thing to unset that flag is gone, and the flag could be removed soon. Sponsored-by: Jarkko Kniivilä on Patreon
This commit is contained in:
parent
8bbd683f31
commit
c0185f0848
1 changed files with 19 additions and 5 deletions
|
@ -9,24 +9,38 @@ flags:
|
||||||
dbus: false
|
dbus: false
|
||||||
debuglocks: false
|
debuglocks: false
|
||||||
benchmark: false
|
benchmark: false
|
||||||
networkbsd: false
|
networkbsd: true
|
||||||
gitlfs: false
|
gitlfs: true
|
||||||
httpclientrestricted: false
|
httpclientrestricted: true
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- IfElse-0.85
|
- IfElse-0.85
|
||||||
- aws-0.21.1
|
- aws-0.22
|
||||||
- bloomfilter-2.0.1.0
|
- bloomfilter-2.0.1.0
|
||||||
- tasty-1.2
|
- tasty-1.2
|
||||||
- tasty-rerun-1.1.14
|
- tasty-rerun-1.1.14
|
||||||
- torrent-10000.1.1
|
- torrent-10000.1.1
|
||||||
- sandi-0.5
|
- sandi-0.5
|
||||||
- http-client-0.5.14
|
|
||||||
- filepath-bytestring-1.4.2.1.6
|
- filepath-bytestring-1.4.2.1.6
|
||||||
- ansi-terminal-0.9.1
|
- ansi-terminal-0.9.1
|
||||||
- ansi-wl-pprint-0.6.9
|
- ansi-wl-pprint-0.6.9
|
||||||
- concurrent-output-1.10.15
|
- concurrent-output-1.10.15
|
||||||
|
- git-lfs-1.2.0
|
||||||
|
- http-client-restricted-0.0.5
|
||||||
|
- http-client-0.7.11
|
||||||
|
- http-client-tls-0.3.6.1
|
||||||
|
- http-conduit-2.3.8
|
||||||
|
- network-3.0.1.0
|
||||||
|
- network-bsd-2.8.1.0
|
||||||
|
- dbus-1.2.4
|
||||||
|
- simple-sendfile-0.2.30
|
||||||
|
- network-multicast-0.3.2
|
||||||
|
- socks-0.6.1
|
||||||
|
- wai-extra-3.0.25
|
||||||
|
- warp-3.2.26
|
||||||
|
- connection-0.3.0
|
||||||
|
- DAV-1.3.4
|
||||||
explicit-setup-deps:
|
explicit-setup-deps:
|
||||||
git-annex: true
|
git-annex: true
|
||||||
resolver: lts-12.14
|
resolver: lts-12.14
|
||||||
|
|
Loading…
Reference in a new issue