fix stack file syntax and deps

In stack-lts-12.14.yaml, there were dep issues using the new libraries,
which may not be resolvable with those old versions. Didn't check, just
disabled using the libraries there, which will hold us for a couple
years.

(It would probably be easy enough to relax some of the dep versions in
http-client-restricted and git-lfs to the older versions.)
This commit is contained in:
Joey Hess 2020-06-30 17:12:23 -04:00
parent 8f508d4406
commit 761252ce5f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 5 additions and 6 deletions

View file

@ -12,8 +12,8 @@ flags:
debuglocks: false
benchmark: false
networkbsd: false
gitlfs: true
httpclientrestricted: true
gitlfs: false
httpclientrestricted: false
packages:
- '.'
extra-deps:
@ -26,8 +26,6 @@ extra-deps:
- sandi-0.5
- http-client-0.5.14
- filepath-bytestring-1.4.2.1.1
- git-lfs 1.1.0
- http-client-restricted 0.0.2
explicit-setup-deps:
git-annex: true
resolver: lts-12.14

View file

@ -24,8 +24,9 @@ extra-deps:
- sandi-0.5
- tasty-rerun-1.1.17
- torrent-10000.1.1
- git-lfs 1.1.0
- http-client-restricted 0.0.2
- git-lfs-1.1.0
- http-client-restricted-0.0.2
- http-client-0.5.14
explicit-setup-deps:
git-annex: true
resolver: lts-14.27