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:
parent
8f508d4406
commit
761252ce5f
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue