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:
parent
335aae2668
commit
27329f0bb1
4 changed files with 25 additions and 12 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -30,6 +30,7 @@ cabal-dev
|
|||
.cabal-sandbox
|
||||
cabal.sandbox.config
|
||||
.stack-work
|
||||
stack.yaml.lock
|
||||
# Project-local emacs configuration
|
||||
.dir-locals.el
|
||||
# OSX related
|
||||
|
|
|
@ -6,6 +6,7 @@ git-annex (8.20200815) UNRELEASED; urgency=medium
|
|||
started, when that is more efficient.
|
||||
* Display warning when external special remote does not start up
|
||||
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
|
||||
|
||||
|
|
|
@ -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.
|
||||
"""]]
|
25
stack.yaml
25
stack.yaml
|
@ -11,22 +11,23 @@ flags:
|
|||
dbus: false
|
||||
debuglocks: false
|
||||
benchmark: false
|
||||
networkbsd: false
|
||||
networkbsd: true
|
||||
gitlfs: true
|
||||
httpclientrestricted: true
|
||||
packages:
|
||||
- '.'
|
||||
extra-deps:
|
||||
- IfElse-0.85
|
||||
- aws-0.21.1
|
||||
- bloomfilter-2.0.1.0
|
||||
- filepath-bytestring-1.4.2.1.6
|
||||
- sandi-0.5
|
||||
- tasty-rerun-1.1.17
|
||||
- torrent-10000.1.1
|
||||
- git-lfs-1.1.0
|
||||
- http-client-restricted-0.0.2
|
||||
- http-client-0.5.14
|
||||
- IfElse-0.85
|
||||
- aws-0.22
|
||||
- bloomfilter-2.0.1.0
|
||||
- filepath-bytestring-1.4.2.1.6
|
||||
- git-lfs-1.1.0
|
||||
- http-client-restricted-0.0.3
|
||||
- network-multicast-0.3.2
|
||||
- sandi-0.5
|
||||
- torrent-10000.1.1
|
||||
- bencode-0.6.1.1
|
||||
- network-3.1.0.1
|
||||
explicit-setup-deps:
|
||||
git-annex: true
|
||||
resolver: lts-14.27
|
||||
resolver: lts-16.10
|
||||
|
|
Loading…
Reference in a new issue