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
|
debuglocks: false
|
||||||
benchmark: false
|
benchmark: false
|
||||||
networkbsd: false
|
networkbsd: false
|
||||||
gitlfs: true
|
gitlfs: false
|
||||||
httpclientrestricted: true
|
httpclientrestricted: false
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
extra-deps:
|
extra-deps:
|
||||||
|
@ -26,8 +26,6 @@ extra-deps:
|
||||||
- sandi-0.5
|
- sandi-0.5
|
||||||
- http-client-0.5.14
|
- http-client-0.5.14
|
||||||
- filepath-bytestring-1.4.2.1.1
|
- filepath-bytestring-1.4.2.1.1
|
||||||
- git-lfs 1.1.0
|
|
||||||
- http-client-restricted 0.0.2
|
|
||||||
explicit-setup-deps:
|
explicit-setup-deps:
|
||||||
git-annex: true
|
git-annex: true
|
||||||
resolver: lts-12.14
|
resolver: lts-12.14
|
||||||
|
|
|
@ -24,8 +24,9 @@ extra-deps:
|
||||||
- sandi-0.5
|
- sandi-0.5
|
||||||
- tasty-rerun-1.1.17
|
- tasty-rerun-1.1.17
|
||||||
- torrent-10000.1.1
|
- torrent-10000.1.1
|
||||||
- git-lfs 1.1.0
|
- git-lfs-1.1.0
|
||||||
- http-client-restricted 0.0.2
|
- http-client-restricted-0.0.2
|
||||||
|
- http-client-0.5.14
|
||||||
explicit-setup-deps:
|
explicit-setup-deps:
|
||||||
git-annex: true
|
git-annex: true
|
||||||
resolver: lts-14.27
|
resolver: lts-14.27
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue