
* Removed the i386ancient standalone tarball build for linux, which was increasingly unable to support new git-annex features. * Removed support for building with ghc older than 9.0.2, and with older versions of haskell libraries than are in current Debian stable. * stack.yaml: Update to lts-23.2. Note that i386ancient was targeting linux 2.6.32, which has been EOL for over 9 years now. Any old system still using such a kernel is certainly highly insecure. And I suspect i386ancient had its own insecurities due to haskell libraries and C libraries not having been updated.
18 lines
323 B
YAML
18 lines
323 B
YAML
flags:
|
|
git-annex:
|
|
production: true
|
|
parallelbuild: true
|
|
assistant: true
|
|
pairing: true
|
|
torrentparser: true
|
|
magicmime: false
|
|
dbus: false
|
|
debuglocks: false
|
|
benchmark: true
|
|
crypton: true
|
|
servant: true
|
|
packages:
|
|
- '.'
|
|
resolver: lts-23.2
|
|
extra-deps:
|
|
- filepath-bytestring-1.4.100.3.2
|