stack.yaml: Updated to lts-16.10

Needs stack version 2.3 to build, which has only recently made it into
debian unstable.

This commit was sponsored by Jake Vosloo on Patreon.
This commit is contained in:
Joey Hess 2020-08-24 14:11:37 -04:00
parent 335aae2668
commit 27329f0bb1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 25 additions and 12 deletions

1
.gitignore vendored
View file

@ -30,6 +30,7 @@ cabal-dev
.cabal-sandbox .cabal-sandbox
cabal.sandbox.config cabal.sandbox.config
.stack-work .stack-work
stack.yaml.lock
# Project-local emacs configuration # Project-local emacs configuration
.dir-locals.el .dir-locals.el
# OSX related # OSX related

View file

@ -6,6 +6,7 @@ git-annex (8.20200815) UNRELEASED; urgency=medium
started, when that is more efficient. started, when that is more efficient.
* Display warning when external special remote does not start up * Display warning when external special remote does not start up
properly, or is not usable. properly, or is not usable.
* stack.yaml: Updated to lts-16.10.
-- Joey Hess <id@joeyh.name> Fri, 14 Aug 2020 14:57:45 -0400 -- Joey Hess <id@joeyh.name> Fri, 14 Aug 2020 14:57:45 -0400

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2020-08-24T16:30:29Z"
content="""
The patch does not seem available, but as long as stack can build it, its
fine to put any versions in there.
I've upgraded the stack file today anyhow.
"""]]

View file

@ -11,22 +11,23 @@ flags:
dbus: false dbus: false
debuglocks: false debuglocks: false
benchmark: false benchmark: false
networkbsd: false networkbsd: true
gitlfs: true gitlfs: true
httpclientrestricted: true 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
- filepath-bytestring-1.4.2.1.6 - filepath-bytestring-1.4.2.1.6
- sandi-0.5 - git-lfs-1.1.0
- tasty-rerun-1.1.17 - http-client-restricted-0.0.3
- torrent-10000.1.1 - network-multicast-0.3.2
- git-lfs-1.1.0 - sandi-0.5
- http-client-restricted-0.0.2 - torrent-10000.1.1
- http-client-0.5.14 - bencode-0.6.1.1
- network-3.1.0.1
explicit-setup-deps: explicit-setup-deps:
git-annex: true git-annex: true
resolver: lts-14.27 resolver: lts-16.10