Updated stack.yaml to lts-12.19
And added stack-lts-9.9.yaml to support old versions of stack. The i386 ancient autobuilder needs stack-lts-9.9.yaml; the OSX autobuilder may also use it for a while, and it's needed to build on eg debian stable.
This commit is contained in:
parent
40cb1a674c
commit
95506d17f2
3 changed files with 27 additions and 2 deletions
|
@ -28,6 +28,8 @@ git-annex (7.20181106) UNRELEASED; urgency=medium
|
|||
newer versions.
|
||||
Thanks Sean Parsons.
|
||||
* Fix build with persistent-sqlite older than 2.6.3.
|
||||
* Updated stack.yaml to lts-12.19; added stack-lts-9.9.yaml
|
||||
to support old versions of stack.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Tue, 06 Nov 2018 12:44:27 -0400
|
||||
|
||||
|
|
21
stack-lts-9.9.yaml
Normal file
21
stack-lts-9.9.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
flags:
|
||||
git-annex:
|
||||
production: true
|
||||
assistant: true
|
||||
pairing: true
|
||||
s3: true
|
||||
webdav: true
|
||||
torrentparser: true
|
||||
webapp: true
|
||||
magicmime: false
|
||||
dbus: false
|
||||
debuglocks: false
|
||||
packages:
|
||||
- '.'
|
||||
extra-deps:
|
||||
- aws-0.17.1
|
||||
- bloomfilter-2.0.1.0
|
||||
- torrent-10000.1.1
|
||||
explicit-setup-deps:
|
||||
git-annex: true
|
||||
resolver: lts-9.9
|
|
@ -13,9 +13,11 @@ flags:
|
|||
packages:
|
||||
- '.'
|
||||
extra-deps:
|
||||
- aws-0.17.1
|
||||
- IfElse-0.85
|
||||
- aws-0.20
|
||||
- bloomfilter-2.0.1.0
|
||||
- tasty-rerun-1.1.13
|
||||
- torrent-10000.1.1
|
||||
explicit-setup-deps:
|
||||
git-annex: true
|
||||
resolver: lts-9.9
|
||||
resolver: lts-12.19
|
||||
|
|
Loading…
Reference in a new issue